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

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

Méthodes publiques

Méthode 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

Méthode Description
CleanDirectory ( string gitRepositoryPath ) : void
InitGitDir ( string gitRepositoryPath ) : bool
VerifyTfsPathToClone ( string tfsRepositoryPath ) : void

Method Details

Clone() public méthode

public Clone ( Globals globals, Fetch fetch, Init init, InitBranch initBranch ) : System
globals Globals
fetch Fetch
init Init
initBranch InitBranch
Résultat System

Run() public méthode

public Run ( string tfsUrl, string tfsRepositoryPath ) : int
tfsUrl string
tfsRepositoryPath string
Résultat int

Run() public méthode

public Run ( string tfsUrl, string tfsRepositoryPath, string gitRepositoryPath ) : int
tfsUrl string
tfsRepositoryPath string
gitRepositoryPath string
Résultat int