| Package | Description |
|---|---|
| com.atlassian.jgitflow.core |
| Modifier and Type | Field and Description |
|---|---|
protected GitFlowConfiguration |
AbstractGitFlowCommand.gfConfig |
| Constructor and Description |
|---|
AbstractGitFlowCommand(org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig,
JGitFlowReporter reporter) |
FeatureFinishCommand(String name,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig,
JGitFlowReporter reporter)
Create a new feature finish command instance.
|
FeaturePublishCommand(String name,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig,
JGitFlowReporter reporter)
Create a new feature publish command instance.
|
FeatureRebaseCommand(String name,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig,
JGitFlowReporter reporter)
Create a new feature rebase command instance.
|
HotfixFinishCommand(String hotfixName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig,
JGitFlowReporter reporter)
Create a new hotfix finish command instance.
|
HotfixPublishCommand(String name,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig,
JGitFlowReporter reporter)
Create a new hotfix publish command instance.
|
HotfixStartCommand(String hotfixName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig,
JGitFlowReporter reporter)
Create a new hotfix start command instance.
|
ReleaseFinishCommand(String releaseName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig,
JGitFlowReporter reporter)
Create a new release finish command instance.
|
ReleasePublishCommand(String name,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig,
JGitFlowReporter reporter)
Create a new release publish command instance.
|
ReleaseStartCommand(String releaseName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig,
JGitFlowReporter reporter)
Create a new release start command instance.
|
Copyright © 2013 Atlassian. All Rights Reserved.