| Interface | Description |
|---|---|
| JGitFlowCommand |
| Class | Description |
|---|---|
| AbstractBranchCreatingCommand<C,T> | |
| AbstractBranchMergingCommand<C,T> | |
| AbstractGitFlowCommand<C,T> |
The base class for all JGitFlow commands.
|
| FeatureFinishCommand |
Finish a feature.
|
| FeaturePublishCommand |
Publishes feature branch to the remote repository
|
| FeatureRebaseCommand |
Performs a rebase of the feature branch
|
| FeatureStartCommand |
Start a feature.
|
| HotfixFinishCommand |
Finish a hotfix.
|
| HotfixPublishCommand |
Publishes hotfix branch to the remote repository
|
| HotfixStartCommand |
Start a hotfix.
|
| ReleaseFinishCommand |
Finish a release.
|
| ReleaseListCommand | |
| ReleasePublishCommand |
Publishes release branch to the remote repository
|
| ReleaseStartCommand |
Start a release.
|
Copyright © 2023 DV Bern AG. All rights reserved.