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

Afficher le fichier Open project: pmiossec/git-tfs

Méthodes publiques

Méthode 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

Méthode Description
SuggestPaths ( string tfsPath ) : IEnumerable

Method Details

AssertValidTfsPath() public static méthode

public static AssertValidTfsPath ( this tfsPath ) : void
tfsPath this
Résultat void

AssertValidTfsPathOrRoot() public static méthode

public static AssertValidTfsPathOrRoot ( this tfsPath ) : void
tfsPath this
Résultat void

IsValidTfsPath() public static méthode

public static IsValidTfsPath ( this tfsPath ) : bool
tfsPath this
Résultat bool

ToGitBranchNameFromTfsRepositoryPath() public static méthode

public static ToGitBranchNameFromTfsRepositoryPath ( this tfsRepositoryPath, bool includeTeamProjectName = false ) : string
tfsRepositoryPath this
includeTeamProjectName bool
Résultat string

ToGitRefName() public static méthode

public static ToGitRefName ( this expectedRefName ) : string
expectedRefName this
Résultat string

ToLocalGitRef() public static méthode

public static ToLocalGitRef ( this refName ) : string
refName this
Résultat string

ToTfsTeamProjectRepositoryPath() public static méthode

public static ToTfsTeamProjectRepositoryPath ( this tfsRepositoryPath ) : string
tfsRepositoryPath this
Résultat string