C# 클래스 Sep.Git.Tfs.Commands.Fetch

상속: GitTfsCommand
파일 보기 프로젝트 열기: pmiossec/git-tfs 1 사용 예제들

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