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