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

Inheritance: GitTfsCommand
Afficher le fichier Open project: pmiossec/git-tfs Class Usage Examples

Private Properties

Свойство Type Description
FetchRemote void
GetRemotesToFetch IEnumerable
Run int

Méthodes publiques

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

Méthodes protégées

Méthode Description
DoFetch ( IGitTfsRemote remote, bool stopOnFailMergeCommit ) : void

Private Methods

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

Method Details

DoFetch() protected méthode

protected DoFetch ( IGitTfsRemote remote, bool stopOnFailMergeCommit ) : void
remote IGitTfsRemote
stopOnFailMergeCommit bool
Résultat void

Fetch() public méthode

public Fetch ( Globals globals, ConfigProperties properties, RemoteOptions remoteOptions, Labels labels ) : System
globals Globals
properties ConfigProperties
remoteOptions RemoteOptions
labels Labels
Résultat System

Run() public méthode

public Run ( ) : int
Résultat int

Run() public méthode

public Run ( bool stopOnFailMergeCommit ) : void
stopOnFailMergeCommit bool
Résultat void