| Package | Description |
|---|---|
| com.atlassian.jgitflow.core | |
| com.atlassian.jgitflow.core.command | |
| com.atlassian.jgitflow.core.extension | |
| com.atlassian.jgitflow.core.util |
| Modifier and Type | Method and Description |
|---|---|
void |
JGitFlowReporter.setGitFlowConfiguration(org.eclipse.jgit.api.Git git,
GitFlowConfiguration config) |
| Constructor and Description |
|---|
JGitFlowInfo(org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig) |
| Modifier and Type | Field and Description |
|---|---|
protected GitFlowConfiguration |
AbstractGitFlowCommand.gfConfig |
| Constructor and Description |
|---|
AbstractBranchCreatingCommand(String branchName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig) |
AbstractBranchMergingCommand(String branchName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig) |
AbstractGitFlowCommand(String branchName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig) |
FeatureFinishCommand(String branchName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig)
Create a new feature finish command instance.
|
FeaturePublishCommand(String branchName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig)
Create a new feature publish command instance.
|
FeatureRebaseCommand(String branchName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig)
Create a new feature rebase command instance.
|
FeatureStartCommand(String branchName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig)
Create a new feature start command instance.
|
HotfixFinishCommand(String hotfixName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig)
Create a new hotfix finish command instance.
|
HotfixPublishCommand(String branchName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig)
Create a new hotfix publish command instance.
|
HotfixStartCommand(String hotfixName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig)
Create a new hotfix start command instance.
|
ReleaseFinishCommand(String releaseName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig)
Create a new release finish command instance.
|
ReleasePublishCommand(String branchName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig)
Create a new release publish command instance.
|
ReleaseStartCommand(String releaseName,
org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig)
Create a new release start command instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionCommand.execute(GitFlowConfiguration configuration,
org.eclipse.jgit.api.Git git,
JGitFlowCommand gitFlowCommand) |
| Modifier and Type | Field and Description |
|---|---|
protected GitFlowConfiguration |
RequirementHelper.gfConfig |
| Constructor and Description |
|---|
RequirementHelper(org.eclipse.jgit.api.Git git,
GitFlowConfiguration gfConfig,
String commandName) |
Copyright © 2023 DV Bern AG. All rights reserved.