C# Класс Sep.Git.Tfs.Commands.Ext

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AssertValidTfsPath() публичный статический Метод

public static AssertValidTfsPath ( this tfsPath ) : void
tfsPath this
Результат void

AssertValidTfsPathOrRoot() публичный статический Метод

public static AssertValidTfsPathOrRoot ( this tfsPath ) : void
tfsPath this
Результат void

IsValidTfsPath() публичный статический Метод

public static IsValidTfsPath ( this tfsPath ) : bool
tfsPath this
Результат bool

ToGitBranchNameFromTfsRepositoryPath() публичный статический Метод

public static ToGitBranchNameFromTfsRepositoryPath ( this tfsRepositoryPath, bool includeTeamProjectName = false ) : string
tfsRepositoryPath this
includeTeamProjectName bool
Результат string

ToGitRefName() публичный статический Метод

public static ToGitRefName ( this expectedRefName ) : string
expectedRefName this
Результат string

ToLocalGitRef() публичный статический Метод

public static ToLocalGitRef ( this refName ) : string
refName this
Результат string

ToTfsTeamProjectRepositoryPath() публичный статический Метод

public static ToTfsTeamProjectRepositoryPath ( this tfsRepositoryPath ) : string
tfsRepositoryPath this
Результат string