| Package | Description |
|---|---|
| com.atlassian.jgitflow.core | |
| com.atlassian.jgitflow.core.command |
| Modifier and Type | Method and Description |
|---|---|
FeatureFinishCommand |
JGitFlow.featureFinish(String name)
Returns a command object to finish a feature
|
| Modifier and Type | Method and Description |
|---|---|
FeatureFinishCommand |
FeatureFinishCommand.setExtension(FeatureFinishExtension extension) |
FeatureFinishCommand |
FeatureFinishCommand.setNoMerge(boolean noMerge) |
FeatureFinishCommand |
FeatureFinishCommand.setRebase(boolean rebase)
Set whether to perform a git rebase on the feature before doing the merge
|
FeatureFinishCommand |
FeatureFinishCommand.setSquash(boolean squash)
Set whether to squash all commits into a single commit before the merge
|
FeatureFinishCommand |
FeatureFinishCommand.setSuppressFastForward(boolean suppressFastForward) |
Copyright © 2023 DV Bern AG. All rights reserved.