C# Class SamirBoulema.TGit.Commands.GitFlowMenuCommands

Mostrar archivo Open project: sboulema/TGit

Public Methods

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

Private Methods

Method 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 method

public AddCommands ( ) : void
return void

GitFlowMenuCommands() public method

public GitFlowMenuCommands ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs, OptionPageGrid options ) : System
mcs Microsoft.VisualStudio.Shell.OleMenuCommandService
options OptionPageGrid
return System