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

Inheritance: GitTfsCommand
Afficher le fichier Open project: pmiossec/git-tfs

Méthodes publiques

Méthode Description
Branch ( Globals globals, Help helper, Cleanup cleanup, InitBranch initBranch, Rcheckin rcheckin ) : System.Collections.Generic
DisplayBranchData ( ) : int
IsCommandWellUsed ( ) : bool
Run ( ) : int
Run ( string param ) : int
Run ( string param1, string param2 ) : int
SetInitBranchParameters ( ) : void
WriteRemoteTfsBranchStructure ( ITfsHelper tfsHelper, string tfsRepositoryPath, IEnumerable tfsRemotes = null ) : void

Private Methods

Méthode Description
CreateRemote ( string tfsPath, string gitBranchNameExpected = null ) : int
DeleteRemote ( string remoteName ) : int
RenameRemote ( string oldRemoteName, string newRemoteName ) : int
VerifyCloneAllRepository ( ) : void
WriteTfsRemoteDetails ( IEnumerable tfsRemotes ) : void

Method Details

Branch() public méthode

public Branch ( Globals globals, Help helper, Cleanup cleanup, InitBranch initBranch, Rcheckin rcheckin ) : System.Collections.Generic
globals Globals
helper Help
cleanup Cleanup
initBranch InitBranch
rcheckin Rcheckin
Résultat System.Collections.Generic

DisplayBranchData() public méthode

public DisplayBranchData ( ) : int
Résultat int

IsCommandWellUsed() public méthode

public IsCommandWellUsed ( ) : bool
Résultat bool

Run() public méthode

public Run ( ) : int
Résultat int

Run() public méthode

public Run ( string param ) : int
param string
Résultat int

Run() public méthode

public Run ( string param1, string param2 ) : int
param1 string
param2 string
Résultat int

SetInitBranchParameters() public méthode

public SetInitBranchParameters ( ) : void
Résultat void

WriteRemoteTfsBranchStructure() public static méthode

public static WriteRemoteTfsBranchStructure ( ITfsHelper tfsHelper, string tfsRepositoryPath, IEnumerable tfsRemotes = null ) : void
tfsHelper ITfsHelper
tfsRepositoryPath string
tfsRemotes IEnumerable
Résultat void