C# Class Sep.Git.Tfs.Util.CheckinOptionsExtensions

显示文件 Open project: pmiossec/git-tfs

Public Methods

Method Description
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

Method Details

Clone() public static method

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

ProcessAuthor() public static method

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

ProcessCheckinNoteCommands() public static method

public static ProcessCheckinNoteCommands ( this checkinOptions ) : void
checkinOptions this
return void

ProcessForceCommand() public static method

public static ProcessForceCommand ( this checkinOptions ) : void
checkinOptions this
return void

ProcessWorkItemCommands() public static method

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