C# Класс Sep.Git.Tfs.Commands.Clone

Наследование: GitTfsCommand
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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