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

Inheritance: GitTfsCommand
Datei anzeigen Open project: pmiossec/git-tfs

Public Methods

Method Description
DoAdd ( string tfsUrl, string tfsRepositoryPath ) : int
DoPull ( string remoteId ) : int
DoSplit ( ) : int
Run ( IList args ) : int
Subtree ( Fetch fetch, QuickFetch quickFetch, Globals globals, RemoteOptions remoteOptions ) : System

Private Methods

Method Description
ValidatePrefix ( ) : void

Method Details

DoAdd() public method

public DoAdd ( string tfsUrl, string tfsRepositoryPath ) : int
tfsUrl string
tfsRepositoryPath string
return int

DoPull() public method

public DoPull ( string remoteId ) : int
remoteId string
return int

DoSplit() public method

public DoSplit ( ) : int
return int

Run() public method

public Run ( IList args ) : int
args IList
return int

Subtree() public method

public Subtree ( Fetch fetch, QuickFetch quickFetch, Globals globals, RemoteOptions remoteOptions ) : System
fetch Fetch
quickFetch QuickFetch
globals Globals
remoteOptions RemoteOptions
return System