C# 클래스 Sep.Git.Tfs.Util.CheckinOptionsExtensions

파일 보기 프로젝트 열기: pmiossec/git-tfs

공개 메소드들

메소드 설명
Clone ( this source, Globals globals ) : CheckinOptions
ProcessAuthor ( this checkinOptions, GitCommit commit, AuthorsFile authors ) : void
ProcessCheckinNoteCommands ( this checkinOptions ) : void
ProcessForceCommand ( this checkinOptions ) : void
ProcessWorkItemCommands ( this checkinOptions, bool isResolvable = true ) : void

메소드 상세

Clone() 공개 정적인 메소드

public static Clone ( this source, Globals globals ) : CheckinOptions
source this
globals Globals
리턴 Sep.Git.Tfs.Commands.CheckinOptions

ProcessAuthor() 공개 정적인 메소드

public static ProcessAuthor ( this checkinOptions, GitCommit commit, AuthorsFile authors ) : void
checkinOptions this
commit Sep.Git.Tfs.Core.GitCommit
authors AuthorsFile
리턴 void

ProcessCheckinNoteCommands() 공개 정적인 메소드

public static ProcessCheckinNoteCommands ( this checkinOptions ) : void
checkinOptions this
리턴 void

ProcessForceCommand() 공개 정적인 메소드

public static ProcessForceCommand ( this checkinOptions ) : void
checkinOptions this
리턴 void

ProcessWorkItemCommands() 공개 정적인 메소드

public static ProcessWorkItemCommands ( this checkinOptions, bool isResolvable = true ) : void
checkinOptions this
isResolvable bool
리턴 void