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

Inheritance: GitTfsCommand
Mostra file Open project: pmiossec/git-tfs

Private Properties

Property Type Description

Public Methods

Method Description
BuildCommitMessage ( GitCommit commit, bool generateCheckinComment, string latest ) : string
Run ( string shelvesetName ) : int
Run ( string shelvesetName, string refToShelve ) : int
Shelve ( CheckinOptions checkinOptions, TfsWriter writer, Globals globals ) : System.ComponentModel

Method Details

BuildCommitMessage() public method

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

Run() public method

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

Run() public method

public Run ( string shelvesetName, string refToShelve ) : int
shelvesetName string
refToShelve string
return int

Shelve() public method

public Shelve ( CheckinOptions checkinOptions, TfsWriter writer, Globals globals ) : System.ComponentModel
checkinOptions CheckinOptions
writer Sep.Git.Tfs.Core.TfsWriter
globals Globals
return System.ComponentModel