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

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

Public Methods

Method Description
Create ( ITfsHelper tfsHelper, Clone clone, RemoteOptions remoteOptions ) : System.ComponentModel
Run ( string tfsUrl, string projectName ) : int
Run ( string tfsUrl, string projectName, string gitRepositoryPath ) : int

Method Details

Create() public method

public Create ( ITfsHelper tfsHelper, Clone clone, RemoteOptions remoteOptions ) : System.ComponentModel
tfsHelper ITfsHelper
clone Clone
remoteOptions RemoteOptions
return System.ComponentModel

Run() public method

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

Run() public method

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