C# Класс Sep.Git.Tfs.Commands.Fetch

Наследование: GitTfsCommand
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
FetchRemote void
GetRemotesToFetch IEnumerable
Run int

Открытые методы

Метод Описание
Fetch ( Globals globals, ConfigProperties properties, RemoteOptions remoteOptions, Labels labels ) : System
Run ( ) : int
Run ( bool stopOnFailMergeCommit ) : void

Защищенные методы

Метод Описание
DoFetch ( IGitTfsRemote remote, bool stopOnFailMergeCommit ) : void

Приватные методы

Метод Описание
FetchRemote ( bool stopOnFailMergeCommit, IGitTfsRemote remote ) : void
GetRemotesToFetch ( IList args ) : IEnumerable
Run ( bool stopOnFailMergeCommit ) : int

Описание методов

DoFetch() защищенный Метод

protected DoFetch ( IGitTfsRemote remote, bool stopOnFailMergeCommit ) : void
remote IGitTfsRemote
stopOnFailMergeCommit bool
Результат void

Fetch() публичный Метод

public Fetch ( Globals globals, ConfigProperties properties, RemoteOptions remoteOptions, Labels labels ) : System
globals Globals
properties ConfigProperties
remoteOptions RemoteOptions
labels Labels
Результат System

Run() публичный Метод

public Run ( ) : int
Результат int

Run() публичный Метод

public Run ( bool stopOnFailMergeCommit ) : void
stopOnFailMergeCommit bool
Результат void