| Package | Description |
|---|---|
| com.atlassian.jgitflow.core |
| Modifier and Type | Method and Description |
|---|---|
HotfixFinishCommand |
JGitFlow.hotfixFinish(String name)
Returns a command object to finish a hotfix
|
HotfixFinishCommand |
HotfixFinishCommand.setAllowUntracked(boolean allow) |
HotfixFinishCommand |
HotfixFinishCommand.setFetch(boolean fetch)
Set whether to perform a git fetch of the remote branches before doing the merge
|
HotfixFinishCommand |
HotfixFinishCommand.setKeepBranch(boolean keepBranch)
Set whether to keep the local release branch after the merge
|
HotfixFinishCommand |
HotfixFinishCommand.setMessage(String message)
Set the commit message for the tag creation
|
HotfixFinishCommand |
HotfixFinishCommand.setNoTag(boolean noTag)
Set whether to turn off tagging
|
HotfixFinishCommand |
HotfixFinishCommand.setPush(boolean push)
Set whether to push the changes to the remote repository
|
HotfixFinishCommand |
HotfixFinishCommand.setScmMessagePrefix(String scmMessagePrefix) |
Copyright © 2013 Atlassian. All Rights Reserved.