| Package | Description |
|---|---|
| com.atlassian.jgitflow.core | |
| com.atlassian.jgitflow.core.util |
| Modifier and Type | Field and Description |
|---|---|
protected JGitFlowReporter |
AbstractGitFlowCommand.reporter |
| Modifier and Type | Method and Description |
|---|---|
JGitFlowReporter |
JGitFlowReporter.commandCall(String shortName) |
JGitFlowReporter |
JGitFlowReporter.debugCommandCall(String shortName) |
JGitFlowReporter |
JGitFlowReporter.debugMethod(String shortName,
String text) |
JGitFlowReporter |
JGitFlowReporter.debugText(String shortName,
String text) |
JGitFlowReporter |
JGitFlowReporter.endCommand() |
JGitFlowReporter |
JGitFlowReporter.endMethod() |
JGitFlowReporter |
JGitFlowReporter.errorText(String shortName,
String text) |
JGitFlowReporter |
JGitFlow.getReporter() |
JGitFlowReporter |
JGitFlowReporter.infoText(String shortName,
String text) |
JGitFlowReporter |
JGitFlowReporter.mergeResult(String shortName,
org.eclipse.jgit.api.MergeResult mergeResult) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GitHelper.localBranchBehindRemote(org.eclipse.jgit.api.Git git,
String branch,
JGitFlowReporter reporter) |
static boolean |
GitHelper.remoteBranchExists(org.eclipse.jgit.api.Git git,
String branch,
JGitFlowReporter reporter)
Checks to see if a remote branch with the given name exists
|
static CleanStatus |
GitHelper.workingTreeIsClean(org.eclipse.jgit.api.Git git,
boolean allowUntracked,
JGitFlowReporter reporter)
Tests to see if a working folder is clean.
|
Copyright © 2013 Atlassian. All Rights Reserved.