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

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

Public Methods

Method 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

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

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
return System.Collections.Generic

DisplayBranchData() public method

public DisplayBranchData ( ) : int
return int

IsCommandWellUsed() public method

public IsCommandWellUsed ( ) : bool
return bool

Run() public method

public Run ( ) : int
return int

Run() public method

public Run ( string param ) : int
param string
return int

Run() public method

public Run ( string param1, string param2 ) : int
param1 string
param2 string
return int

SetInitBranchParameters() public method

public SetInitBranchParameters ( ) : void
return void

WriteRemoteTfsBranchStructure() public static method

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