| Package | Description |
|---|---|
| com.atlassian.jgitflow.core | |
| com.atlassian.jgitflow.core.util |
| Class and Description |
|---|
| AbstractGitFlowCommand
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.PREFIXES |
| 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.
|
| ReleaseMergeResult |
| ReleasePublishCommand
Publishes release branch to the remote repository
|
| ReleaseStartCommand
Start a release.
|
| Class and Description |
|---|
| JGitFlowReporter |
Copyright © 2013 Atlassian. All Rights Reserved.