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

Inheritance: GitTfsCommand
Afficher le fichier Open project: pmiossec/git-tfs Class Usage Examples

Private Properties

Свойство Type Description
FindTfsRepositoryPathOfMergedBranch string
PerformRCheckin int
SetupMetadataExport void
_PerformRCheckinQuick int

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

BuildCommitMessage() public méthode

public BuildCommitMessage ( GitCommit commit, bool generateCheckinComment, string latest ) : string
commit Sep.Git.Tfs.Core.GitCommit
generateCheckinComment bool
latest string
Résultat string

Rcheckin() public méthode

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
Résultat System

RebaseOnto() public méthode

public RebaseOnto ( string newBaseCommit, string oldBaseCommit ) : void
newBaseCommit string
oldBaseCommit string
Résultat void

Run() public méthode

public Run ( ) : int
Résultat int

Run() public méthode

public Run ( string localBranch ) : int
localBranch string
Résultat int