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