C# 클래스 SamirBoulema.TGit.Commands.GitFlowMenuCommands

파일 보기 프로젝트 열기: sboulema/TGit

공개 메소드들

메소드 설명
AddCommands ( ) : void
GitFlowMenuCommands ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs, OptionPageGrid options ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

AddCommands() 공개 메소드

public AddCommands ( ) : void
리턴 void

GitFlowMenuCommands() 공개 메소드

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