| Package | Description |
|---|---|
| com.atlassian.jgitflow.core | |
| com.atlassian.jgitflow.core.util |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jgit.lib.Ref |
FeatureStartCommand.call() |
ReleaseMergeResult |
ReleaseFinishCommand.call() |
ReleaseMergeResult |
HotfixFinishCommand.call() |
Void |
ReleasePublishCommand.call() |
Void |
HotfixPublishCommand.call() |
org.eclipse.jgit.lib.Ref |
HotfixStartCommand.call() |
Void |
FeaturePublishCommand.call() |
org.eclipse.jgit.lib.Ref |
ReleaseStartCommand.call() |
Void |
FeatureRebaseCommand.call() |
Void |
FeatureFinishCommand.call() |
protected void |
AbstractGitFlowCommand.requireLocalBranchExists(String branch)
Requires that a local branch with the given name exists
|
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.jgit.revwalk.RevCommit |
GitHelper.getCommitForString(org.eclipse.jgit.api.Git git,
String commitId)
Gets a commit for a given string with no body
|
static boolean |
GitHelper.isMergedInto(org.eclipse.jgit.api.Git git,
String commitString,
String baseBranch)
Checks to see if one branch is merged into another
|
Copyright © 2013 Atlassian. All Rights Reserved.