| Class | Description |
|---|---|
| AbstractGitFlowCommand<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.
|
| GitFlowConfiguration |
Represents the configuration for a git flow project
|
| HotfixFinishCommand |
Finish a hotfix.
|
| HotfixPublishCommand |
Publishes hotfix branch to the remote repository
|
| HotfixStartCommand |
Start a hotfix.
|
| InitContext |
Initialization context to be used when initializing a git flow project.
|
| JGitFlow |
Offers a Git Flow API to interact with a git repository.
|
| JGitFlowConstants |
Constants used by JGitFlow
|
| JGitFlowInitCommand |
Initializes a project for use with git flow
Examples:
Initialize with the defaults or throw an exception if it's already initialized
|
| JGitFlowReporter | |
| ReleaseFinishCommand |
Finish a release.
|
| ReleaseListCommand | |
| ReleaseMergeResult | |
| ReleasePublishCommand |
Publishes release branch to the remote repository
|
| ReleaseStartCommand |
Start a release.
|
| Enum | Description |
|---|---|
| JGitFlowConstants.PREFIXES |
Copyright © 2013 Atlassian. All Rights Reserved.