C# Class Sep.Git.Tfs.Commands.CheckinBase

Inheritance: GitTfsCommand
ファイルを表示 Open project: pmiossec/git-tfs

Protected Properties

Property Type Description
_checkinOptions CheckinOptions

Public Methods

Method Description
Run ( ) : int
Run ( string refToCheckin ) : int

Protected Methods

Method Description
CheckinBase ( CheckinOptions checkinOptions, TfsWriter writer ) : System.Diagnostics
DoCheckin ( TfsChangesetInfo changeset, string refToCheckin ) : int

Private Methods

Method Description
PerformCheckin ( TfsChangesetInfo parentChangeset, string refToCheckin ) : int

Method Details

CheckinBase() protected method

protected CheckinBase ( CheckinOptions checkinOptions, TfsWriter writer ) : System.Diagnostics
checkinOptions CheckinOptions
writer Sep.Git.Tfs.Core.TfsWriter
return System.Diagnostics

DoCheckin() protected abstract method

protected abstract DoCheckin ( TfsChangesetInfo changeset, string refToCheckin ) : int
changeset Sep.Git.Tfs.Core.TfsChangesetInfo
refToCheckin string
return int

Run() public method

public Run ( ) : int
return int

Run() public method

public Run ( string refToCheckin ) : int
refToCheckin string
return int

Property Details

_checkinOptions protected_oe property

protected CheckinOptions,Sep.Git.Tfs.Commands _checkinOptions
return CheckinOptions