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

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

Private Properties

Property Type Description
FetchRemote void
GetRemotesToFetch IEnumerable
Run int

Public Methods

Method Description
Fetch ( Globals globals, ConfigProperties properties, RemoteOptions remoteOptions, Labels labels ) : System
Run ( ) : int
Run ( bool stopOnFailMergeCommit ) : void

Protected Methods

Method Description
DoFetch ( IGitTfsRemote remote, bool stopOnFailMergeCommit ) : void

Private Methods

Method Description
FetchRemote ( bool stopOnFailMergeCommit, IGitTfsRemote remote ) : void
GetRemotesToFetch ( IList args ) : IEnumerable
Run ( bool stopOnFailMergeCommit ) : int

Method Details

DoFetch() protected method

protected DoFetch ( IGitTfsRemote remote, bool stopOnFailMergeCommit ) : void
remote IGitTfsRemote
stopOnFailMergeCommit bool
return void

Fetch() public method

public Fetch ( Globals globals, ConfigProperties properties, RemoteOptions remoteOptions, Labels labels ) : System
globals Globals
properties ConfigProperties
remoteOptions RemoteOptions
labels Labels
return System

Run() public method

public Run ( ) : int
return int

Run() public method

public Run ( bool stopOnFailMergeCommit ) : void
stopOnFailMergeCommit bool
return void