Метод | Описание | |
---|---|---|
Clone ( Globals globals, |
||
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 |
public Clone ( Globals globals, |
||
globals | Globals | |
fetch | ||
init | ||
initBranch | ||
Результат | System |
public Run ( string tfsUrl, string tfsRepositoryPath ) : int | ||
tfsUrl | string | |
tfsRepositoryPath | string | |
Результат | int |
public Run ( string tfsUrl, string tfsRepositoryPath, string gitRepositoryPath ) : int | ||
tfsUrl | string | |
tfsRepositoryPath | string | |
gitRepositoryPath | string | |
Результат | int |