| Package | Description |
|---|---|
| com.atlassian.jgitflow.core.command | |
| com.atlassian.jgitflow.core.extension |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBranchCreatingCommand<C,T> |
class |
AbstractBranchMergingCommand<C,T> |
class |
AbstractGitFlowCommand<C,T>
The base class for all JGitFlow commands.
|
class |
FeatureFinishCommand
Finish a feature.
|
class |
FeaturePublishCommand
Publishes feature branch to the remote repository
|
class |
FeatureRebaseCommand
Performs a rebase of the feature branch
|
class |
FeatureStartCommand
Start a feature.
|
class |
HotfixFinishCommand
Finish a hotfix.
|
class |
HotfixPublishCommand
Publishes hotfix branch to the remote repository
|
class |
HotfixStartCommand
Start a hotfix.
|
class |
ReleaseFinishCommand
Finish a release.
|
class |
ReleasePublishCommand
Publishes release branch to the remote repository
|
class |
ReleaseStartCommand
Start a release.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionCommand.execute(GitFlowConfiguration configuration,
org.eclipse.jgit.api.Git git,
JGitFlowCommand gitFlowCommand) |
Copyright © 2023 DV Bern AG. All rights reserved.