| Package | Description |
|---|---|
| com.atlassian.jgitflow.core |
| Modifier and Type | Class and Description |
|---|---|
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 |
|---|---|
AbstractGitFlowCommand |
AbstractGitFlowCommand.setAllowUntracked(boolean allow) |
AbstractGitFlowCommand |
AbstractGitFlowCommand.setScmMessagePrefix(String scmMessagePrefix) |
Copyright © 2013 Atlassian. All Rights Reserved.