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

Inheritance: Fetch
Show file Open project: pmiossec/git-tfs Class Usage Examples

Public Methods

Method Description
QuickFetch ( Globals globals, ConfigProperties properties, RemoteOptions remoteOptions ) : Sep.Git.Tfs.Core

Protected Methods

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

Method Details

DoFetch() protected method

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

QuickFetch() public method

public QuickFetch ( Globals globals, ConfigProperties properties, RemoteOptions remoteOptions ) : Sep.Git.Tfs.Core
globals Globals
properties ConfigProperties
remoteOptions RemoteOptions
return Sep.Git.Tfs.Core