Property | Type | Description | |
---|---|---|---|
BuildTfsChangeset | ITfsChangeset | ||
GetRealRootBranch | string |
Method | Description | |
---|---|---|
CleanupWorkspaces ( string workingDirectory ) : void | ||
CreateBranch ( string sourcePath, string targetPath, int changesetId, string comment = null ) : void | ||
CreateCheckinNote ( string>.Dictionary |
||
CreateShelveset ( IWorkspace workspace, string shelvesetName ) : IShelveset | ||
CreateTfsRootBranch ( string projectName, string mainBranch, string gitRepositoryPath, bool createTeamProjectFolder ) : void | ||
DeleteShelveset ( IWorkspace workspace, string shelvesetName ) : void | ||
EnsureAuthenticated ( ) : void | ||
FindMergeChangesetParent ( string path, int firstChangeset, GitTfsRemote remote ) : int | ||
GetAllTfsRootBranchesOrderedByCreation ( ) : IEnumerable |
||
GetBranches ( bool getDeletedBranches = false ) : IEnumerable |
||
GetChangeset ( int changesetId ) : IChangeset | ||
GetChangeset ( int changesetId, IGitTfsRemote remote ) : ITfsChangeset | ||
GetChangesets ( string path, int startVersion, IGitTfsRemote remote, int lastVersion = -1, bool byLots = false ) : IEnumerable |
||
GetIdentity ( string username ) : IIdentity | ||
GetLabels ( string tfsPathBranch, string nameFilter = null ) : IEnumerable |
||
GetLatestChangeset ( IGitTfsRemote remote ) : ITfsChangeset | ||
GetLatestChangesetId ( IGitTfsRemote remote ) : int | ||
GetRootChangesetForBranch ( string tfsPathBranchToCreate, int lastChangesetIdToCheck = -1, string tfsPathParentBranch = null ) : IList |
||
GetShelvesetData ( IGitTfsRemote remote, string shelvesetOwner, string shelvesetName ) : ITfsChangeset | ||
GetWorkItemCheckedInfos ( IEnumerable |
||
GetWorkItemInfos ( IEnumerable |
||
HasShelveset ( string shelvesetName ) : bool | ||
IsExistingInTfs ( string path ) : bool | ||
ListShelvesets ( ShelveList shelveList, IGitTfsRemote remote ) : int | ||
QueueGatedCheckinBuild ( Uri value, string buildDefinitionName, string shelvesetName, string checkInTicket ) : int | ||
SetPathResolver ( ) : void | ||
ShowCheckinDialog ( IWorkspace workspace, IPendingChange pendingChanges, IEnumerable |
||
TfsHelper ( IContainer container, Script script ) : System | ||
WithWorkspace ( string localDirectory, IGitTfsRemote remote, string>.IEnumerable |
||
WithWorkspace ( string directory, IGitTfsRemote remote, TfsChangesetInfo versionToFetch, Action |
Method | Description | |
---|---|---|
BuildTfsChangeset ( |
||
GetRealRootBranch ( List |
public CleanupWorkspaces ( string workingDirectory ) : void | ||
workingDirectory | string | |
return | void |
public CreateBranch ( string sourcePath, string targetPath, int changesetId, string comment = null ) : void | ||
sourcePath | string | |
targetPath | string | |
changesetId | int | |
comment | string | |
return | void |
public CreateCheckinNote ( string>.Dictionary |
||
checkinNotes | string>.Dictionary | |
return | ICheckinNote |
public CreateShelveset ( IWorkspace workspace, string shelvesetName ) : IShelveset | ||
workspace | IWorkspace | |
shelvesetName | string | |
return | IShelveset |
public CreateTfsRootBranch ( string projectName, string mainBranch, string gitRepositoryPath, bool createTeamProjectFolder ) : void | ||
projectName | string | |
mainBranch | string | |
gitRepositoryPath | string | |
createTeamProjectFolder | bool | |
return | void |
public DeleteShelveset ( IWorkspace workspace, string shelvesetName ) : void | ||
workspace | IWorkspace | |
shelvesetName | string | |
return | void |
public FindMergeChangesetParent ( string path, int firstChangeset, GitTfsRemote remote ) : int | ||
path | string | |
firstChangeset | int | |
remote | GitTfsRemote | |
return | int |
public GetAllTfsRootBranchesOrderedByCreation ( ) : IEnumerable |
||
return | IEnumerable |
public GetBranches ( bool getDeletedBranches = false ) : IEnumerable |
||
getDeletedBranches | bool | |
return | IEnumerable |
public GetChangeset ( int changesetId ) : IChangeset | ||
changesetId | int | |
return | IChangeset |
public GetChangeset ( int changesetId, IGitTfsRemote remote ) : ITfsChangeset | ||
changesetId | int | |
remote | IGitTfsRemote | |
return | ITfsChangeset |
public GetChangesets ( string path, int startVersion, IGitTfsRemote remote, int lastVersion = -1, bool byLots = false ) : IEnumerable |
||
path | string | |
startVersion | int | |
remote | IGitTfsRemote | |
lastVersion | int | |
byLots | bool | |
return | IEnumerable |
public GetIdentity ( string username ) : IIdentity | ||
username | string | |
return | IIdentity |
public GetLabels ( string tfsPathBranch, string nameFilter = null ) : IEnumerable |
||
tfsPathBranch | string | |
nameFilter | string | |
return | IEnumerable |
public GetLatestChangeset ( IGitTfsRemote remote ) : ITfsChangeset | ||
remote | IGitTfsRemote | |
return | ITfsChangeset |
public GetLatestChangesetId ( IGitTfsRemote remote ) : int | ||
remote | IGitTfsRemote | |
return | int |
public GetRootChangesetForBranch ( string tfsPathBranchToCreate, int lastChangesetIdToCheck = -1, string tfsPathParentBranch = null ) : IList |
||
tfsPathBranchToCreate | string | |
lastChangesetIdToCheck | int | |
tfsPathParentBranch | string | |
return | IList |
public GetShelvesetData ( IGitTfsRemote remote, string shelvesetOwner, string shelvesetName ) : ITfsChangeset | ||
remote | IGitTfsRemote | |
shelvesetOwner | string | |
shelvesetName | string | |
return | ITfsChangeset |
public GetWorkItemCheckedInfos ( IEnumerable |
||
workItems | IEnumerable |
|
checkinAction | TfsWorkItemCheckinAction | |
return | IEnumerable |
public GetWorkItemInfos ( IEnumerable |
||
workItems | IEnumerable |
|
checkinAction | TfsWorkItemCheckinAction | |
return | IEnumerable |
public HasShelveset ( string shelvesetName ) : bool | ||
shelvesetName | string | |
return | bool |
public IsExistingInTfs ( string path ) : bool | ||
path | string | |
return | bool |
public ListShelvesets ( ShelveList shelveList, IGitTfsRemote remote ) : int | ||
shelveList | ShelveList | |
remote | IGitTfsRemote | |
return | int |
public QueueGatedCheckinBuild ( Uri value, string buildDefinitionName, string shelvesetName, string checkInTicket ) : int | ||
value | Uri | |
buildDefinitionName | string | |
shelvesetName | string | |
checkInTicket | string | |
return | int |
public ShowCheckinDialog ( IWorkspace workspace, IPendingChange pendingChanges, IEnumerable |
||
workspace | IWorkspace | |
pendingChanges | IPendingChange | |
checkedInfos | IEnumerable |
|
checkinComment | string | |
return | int |
public TfsHelper ( IContainer container, Script script ) : System | ||
container | IContainer | |
script | Script | |
return | System |
public WithWorkspace ( string localDirectory, IGitTfsRemote remote, string>.IEnumerable |
||
localDirectory | string | |
remote | IGitTfsRemote | |
mappings | string>.IEnumerable | |
versionToFetch | TfsChangesetInfo | |
action | Action |
|
return | void |
public WithWorkspace ( string directory, IGitTfsRemote remote, TfsChangesetInfo versionToFetch, Action |
||
directory | string | |
remote | IGitTfsRemote | |
versionToFetch | TfsChangesetInfo | |
action | Action |
|
return | void |