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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
CreateRemote ( string tfsPath, string gitBranchNameExpected = null ) : int
DeleteRemote ( string remoteName ) : int
RenameRemote ( string oldRemoteName, string newRemoteName ) : int
VerifyCloneAllRepository ( ) : void
WriteTfsRemoteDetails ( IEnumerable tfsRemotes ) : void

메소드 상세

Branch() 공개 메소드

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

DisplayBranchData() 공개 메소드

public DisplayBranchData ( ) : int
리턴 int

IsCommandWellUsed() 공개 메소드

public IsCommandWellUsed ( ) : bool
리턴 bool

Run() 공개 메소드

public Run ( ) : int
리턴 int

Run() 공개 메소드

public Run ( string param ) : int
param string
리턴 int

Run() 공개 메소드

public Run ( string param1, string param2 ) : int
param1 string
param2 string
리턴 int

SetInitBranchParameters() 공개 메소드

public SetInitBranchParameters ( ) : void
리턴 void

WriteRemoteTfsBranchStructure() 공개 정적인 메소드

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