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

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

Public Methods

Method Description
Clone ( Globals globals, Fetch fetch, Init init, InitBranch initBranch ) : System
Run ( string tfsUrl, string tfsRepositoryPath ) : int
Run ( string tfsUrl, string tfsRepositoryPath, string gitRepositoryPath ) : int

Private Methods

Method Description
CleanDirectory ( string gitRepositoryPath ) : void
InitGitDir ( string gitRepositoryPath ) : bool
VerifyTfsPathToClone ( string tfsRepositoryPath ) : void

Method Details

Clone() public method

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

Run() public method

public Run ( string tfsUrl, string tfsRepositoryPath ) : int
tfsUrl string
tfsRepositoryPath string
return int

Run() public method

public Run ( string tfsUrl, string tfsRepositoryPath, string gitRepositoryPath ) : int
tfsUrl string
tfsRepositoryPath string
gitRepositoryPath string
return int