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

상속: GitTfsCommand
파일 보기 프로젝트 열기: pmiossec/git-tfs 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( Globals globals, Fetch fetch, Init init, InitBranch initBranch ) : System
Run ( string tfsUrl, string tfsRepositoryPath ) : int
Run ( string tfsUrl, string tfsRepositoryPath, string gitRepositoryPath ) : int

비공개 메소드들

메소드 설명
CleanDirectory ( string gitRepositoryPath ) : void
InitGitDir ( string gitRepositoryPath ) : bool
VerifyTfsPathToClone ( string tfsRepositoryPath ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( Globals globals, Fetch fetch, Init init, InitBranch initBranch ) : System
globals Globals
fetch Fetch
init Init
initBranch InitBranch
리턴 System

Run() 공개 메소드

public Run ( string tfsUrl, string tfsRepositoryPath ) : int
tfsUrl string
tfsRepositoryPath string
리턴 int

Run() 공개 메소드

public Run ( string tfsUrl, string tfsRepositoryPath, string gitRepositoryPath ) : int
tfsUrl string
tfsRepositoryPath string
gitRepositoryPath string
리턴 int