| Package | Description |
|---|---|
| com.atlassian.jgitflow.core | |
| com.atlassian.jgitflow.core.command |
| Modifier and Type | Method and Description |
|---|---|
ReleaseFinishCommand |
JGitFlow.releaseFinish(String name)
Returns a command object to finish a release
|
| Modifier and Type | Method and Description |
|---|---|
ReleaseFinishCommand |
ReleaseFinishCommand.setExtension(ReleaseFinishExtension extension) |
ReleaseFinishCommand |
ReleaseFinishCommand.setNoMerge(boolean noMerge)
Set whether to turn off merging
|
ReleaseFinishCommand |
ReleaseFinishCommand.setNoTag(boolean noTag)
Set whether to turn off tagging
|
ReleaseFinishCommand |
ReleaseFinishCommand.setSquash(boolean squash)
Set whether to squash all commits into a single commit before the merge
|
Copyright © 2023 DV Bern AG. All rights reserved.