Initializes a new instance of this class.
Git flow branch to be wrapped.
Git flow node project options.
Default base of this branch.
Specifies the git flow entity type.
Merges and finishes the branch of the branch type 'type'.
Name of the branch to be finished.
Message to be set for finishing the branch.
Generates an default branch name.
A custom name for the branch.
The generated branch name.
Gets the branch name including the git-flow configuration.
A given branch name without prefix.
The generated name.
Gets the git flow branch config.
The configuration of the gitex flow branch.
Lists all branches of the type 'type'.
Indicates if the entities should be listed with their prefix.
The list of branches.
Pops the latest stash into to local repository.
The git project the stash should be popped from.
Creates and starts a new hotfix branch.
Name of the branch to be started.
Base of the branch should be started from.
The name of the hotfix branch.
Stashes the current local changes.
The git project to be stashed.
Returns true
if changes were stashed. Otherwise false
.
This class extending a hotfix branch with some helpful functionality.