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