C# Class Sep.Git.Tfs.Commands.Ext

ファイルを表示 Open project: pmiossec/git-tfs

Public Methods

Method Description
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

Private Methods

Method Description
SuggestPaths ( string tfsPath ) : IEnumerable

Method Details

AssertValidTfsPath() public static method

public static AssertValidTfsPath ( this tfsPath ) : void
tfsPath this
return void

AssertValidTfsPathOrRoot() public static method

public static AssertValidTfsPathOrRoot ( this tfsPath ) : void
tfsPath this
return void

IsValidTfsPath() public static method

public static IsValidTfsPath ( this tfsPath ) : bool
tfsPath this
return bool

ToGitBranchNameFromTfsRepositoryPath() public static method

public static ToGitBranchNameFromTfsRepositoryPath ( this tfsRepositoryPath, bool includeTeamProjectName = false ) : string
tfsRepositoryPath this
includeTeamProjectName bool
return string

ToGitRefName() public static method

public static ToGitRefName ( this expectedRefName ) : string
expectedRefName this
return string

ToLocalGitRef() public static method

public static ToLocalGitRef ( this refName ) : string
refName this
return string

ToTfsTeamProjectRepositoryPath() public static method

public static ToTfsTeamProjectRepositoryPath ( this tfsRepositoryPath ) : string
tfsRepositoryPath this
return string