| Package | Description |
|---|---|
| com.atlassian.jgitflow.core |
| Modifier and Type | Method and Description |
|---|---|
ReleaseStartCommand |
JGitFlow.releaseStart(String name)
Returns a command object to start a release
|
ReleaseStartCommand |
ReleaseStartCommand.setAllowUntracked(boolean allow) |
ReleaseStartCommand |
ReleaseStartCommand.setFetch(boolean fetch)
Set whether to perform a git fetch of the remote develop branch before branching
|
ReleaseStartCommand |
ReleaseStartCommand.setPush(boolean push)
Set whether to push the changes to the remote repository
|
ReleaseStartCommand |
ReleaseStartCommand.setScmMessagePrefix(String scmMessagePrefix) |
ReleaseStartCommand |
ReleaseStartCommand.setStartCommit(org.eclipse.jgit.revwalk.RevCommit commit) |
ReleaseStartCommand |
ReleaseStartCommand.setStartCommit(String commitId) |
Copyright © 2013 Atlassian. All Rights Reserved.