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

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

Public Methods

Method Description
Labels ( Globals globals, AuthorsFile authors ) : System.ComponentModel
Run ( ) : int
Run ( IGitTfsRemote remote ) : int

Private Methods

Method Description
CreateLabelsForTfsBranch ( IGitTfsRemote tfsRemote ) : int
Run ( string remoteId ) : int
UpdateRemote ( IGitTfsRemote tfsRemote ) : void

Method Details

Labels() public method

public Labels ( Globals globals, AuthorsFile authors ) : System.ComponentModel
globals Globals
authors Sep.Git.Tfs.Util.AuthorsFile
return System.ComponentModel

Run() public method

public Run ( ) : int
return int

Run() public method

public Run ( IGitTfsRemote remote ) : int
remote IGitTfsRemote
return int