C# Class SamirBoulema.TGit.Commands.GitFlowMenuCommands

Afficher le fichier Open project: sboulema/TGit

Méthodes publiques

Méthode Description
AddCommands ( ) : void
GitFlowMenuCommands ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs, OptionPageGrid options ) : System

Private Methods

Méthode Description
FinishFeatureCommand ( object sender, EventArgs e ) : void
FinishFeatureGitHubCommand ( object sender, EventArgs e ) : void
FinishHotfixCommand ( object sender, EventArgs e ) : void
FinishReleaseCommand ( object sender, EventArgs e ) : void
FormatCliCommand ( string gitCommand, bool appendNextLine = true ) : string
InitCommand ( object sender, EventArgs e ) : void
StartFeatureCommand ( object sender, EventArgs e ) : void
StartFeatureGitHubCommand ( object sender, EventArgs e ) : void
StartHotfixCommand ( object sender, EventArgs e ) : void
StartReleaseCommand ( object sender, EventArgs e ) : void

Method Details

AddCommands() public méthode

public AddCommands ( ) : void
Résultat void

GitFlowMenuCommands() public méthode

public GitFlowMenuCommands ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs, OptionPageGrid options ) : System
mcs Microsoft.VisualStudio.Shell.OleMenuCommandService
options OptionPageGrid
Résultat System