Метод | Описание | |
---|---|---|
GetCommitMessage ( string commitMessageTemplate, DTE dte ) : string | ||
GetCurrentBranchName ( bool trimPrefix ) : string | ||
GetFlowOptions ( ) : FlowOptions | ||
GetSshSetup ( ) : string | ||
RemoteBranchExists ( string branch ) : bool |
public static GetCommitMessage ( string commitMessageTemplate, DTE dte ) : string | ||
commitMessageTemplate | string | |
dte | DTE | |
Результат | string |
public static GetCurrentBranchName ( bool trimPrefix ) : string | ||
trimPrefix | bool | |
Результат | string |
public static GetFlowOptions ( ) : FlowOptions | ||
Результат | FlowOptions |
public static RemoteBranchExists ( string branch ) : bool | ||
branch | string | |
Результат | bool |