Метод | Описание | |
---|---|---|
AssertValidTfsPath ( this tfsPath ) : void | ||
AssertValidTfsPathOrRoot ( this tfsPath ) : void | ||
IsValidTfsPath ( this tfsPath ) : bool | ||
ToGitBranchNameFromTfsRepositoryPath ( this tfsRepositoryPath, bool includeTeamProjectName = false ) : string | ||
ToGitRefName ( this expectedRefName ) : string | ||
ToLocalGitRef ( this refName ) : string | ||
ToTfsTeamProjectRepositoryPath ( this tfsRepositoryPath ) : string |
Метод | Описание | |
---|---|---|
SuggestPaths ( string tfsPath ) : IEnumerable |
public static AssertValidTfsPath ( this tfsPath ) : void | ||
tfsPath | this | |
Результат | void |
public static AssertValidTfsPathOrRoot ( this tfsPath ) : void | ||
tfsPath | this | |
Результат | void |
public static IsValidTfsPath ( this tfsPath ) : bool | ||
tfsPath | this | |
Результат | bool |
public static ToGitBranchNameFromTfsRepositoryPath ( this tfsRepositoryPath, bool includeTeamProjectName = false ) : string | ||
tfsRepositoryPath | this | |
includeTeamProjectName | bool | |
Результат | string |
public static ToGitRefName ( this expectedRefName ) : string | ||
expectedRefName | this | |
Результат | string |
public static ToLocalGitRef ( this refName ) : string | ||
refName | this | |
Результат | string |
public static ToTfsTeamProjectRepositoryPath ( this tfsRepositoryPath ) : string | ||
tfsRepositoryPath | this | |
Результат | string |