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

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

Private Properties

프로퍼티 타입 설명
FindTfsRepositoryPathOfMergedBranch string
PerformRCheckin int
SetupMetadataExport void
_PerformRCheckinQuick int

공개 메소드들

메소드 설명
BuildCommitMessage ( GitCommit commit, bool generateCheckinComment, string latest ) : string
Rcheckin ( CheckinOptions checkinOptions, TfsWriter writer, Globals globals, AuthorsFile authors ) : System
RebaseOnto ( string newBaseCommit, string oldBaseCommit ) : void
Run ( ) : int
Run ( string localBranch ) : int

비공개 메소드들

메소드 설명
FindTfsRepositoryPathOfMergedBranch ( IGitTfsRemote remoteToCheckin, GitCommit gitParents, string target ) : string
PerformRCheckin ( TfsChangesetInfo parentChangeset, string refToCheckin ) : int
SetupMetadataExport ( IGitTfsRemote remote ) : void
_PerformRCheckinQuick ( TfsChangesetInfo parentChangeset, string refToCheckin, IEnumerable commitsToCheckin ) : int

메소드 상세

BuildCommitMessage() 공개 메소드

public BuildCommitMessage ( GitCommit commit, bool generateCheckinComment, string latest ) : string
commit Sep.Git.Tfs.Core.GitCommit
generateCheckinComment bool
latest string
리턴 string

Rcheckin() 공개 메소드

public Rcheckin ( CheckinOptions checkinOptions, TfsWriter writer, Globals globals, AuthorsFile authors ) : System
checkinOptions CheckinOptions
writer Sep.Git.Tfs.Core.TfsWriter
globals Globals
authors Sep.Git.Tfs.Util.AuthorsFile
리턴 System

RebaseOnto() 공개 메소드

public RebaseOnto ( string newBaseCommit, string oldBaseCommit ) : void
newBaseCommit string
oldBaseCommit string
리턴 void

Run() 공개 메소드

public Run ( ) : int
리턴 int

Run() 공개 메소드

public Run ( string localBranch ) : int
localBranch string
리턴 int