| Package | Description |
|---|---|
| com.atlassian.jgitflow.core |
| Modifier and Type | Method and Description |
|---|---|
FeatureFinishCommand |
JGitFlow.featureFinish(String name)
Returns a command object to finish a feature
|
FeatureFinishCommand |
FeatureFinishCommand.setAllowUntracked(boolean allow) |
FeatureFinishCommand |
FeatureFinishCommand.setFetchDevelop(boolean fetch)
Set whether to perform a git fetch of the remote develop branch before doing the merge
|
FeatureFinishCommand |
FeatureFinishCommand.setForceDeleteBranch(boolean force)
Set whether to use the force flag when deleting the local feature branch
|
FeatureFinishCommand |
FeatureFinishCommand.setKeepBranch(boolean keep)
Set whether to keep the local feature branch after the merge
|
FeatureFinishCommand |
FeatureFinishCommand.setNoMerge(boolean noMerge) |
FeatureFinishCommand |
FeatureFinishCommand.setPush(boolean push) |
FeatureFinishCommand |
FeatureFinishCommand.setRebase(boolean rebase)
Set whether to perform a git rebase on the feature before doing the merge
|
FeatureFinishCommand |
FeatureFinishCommand.setScmMessagePrefix(String scmMessagePrefix) |
FeatureFinishCommand |
FeatureFinishCommand.setSquash(boolean squash)
Set whether to squash all commits into a single commit before the merge
|
Copyright © 2013 Atlassian. All Rights Reserved.