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

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

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

Метод Описание
Create ( ITfsHelper tfsHelper, Clone clone, RemoteOptions remoteOptions ) : System.ComponentModel
Run ( string tfsUrl, string projectName ) : int
Run ( string tfsUrl, string projectName, string gitRepositoryPath ) : int

Описание методов

Create() публичный Метод

public Create ( ITfsHelper tfsHelper, Clone clone, RemoteOptions remoteOptions ) : System.ComponentModel
tfsHelper ITfsHelper
clone Clone
remoteOptions RemoteOptions
Результат System.ComponentModel

Run() публичный Метод

public Run ( string tfsUrl, string projectName ) : int
tfsUrl string
projectName string
Результат int

Run() публичный Метод

public Run ( string tfsUrl, string projectName, string gitRepositoryPath ) : int
tfsUrl string
projectName string
gitRepositoryPath string
Результат int