C# 클래스 Sep.Git.Tfs.Commands.Ext

파일 보기 프로젝트 열기: pmiossec/git-tfs

공개 메소드들

메소드 설명
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