| Package | Description |
|---|---|
| com.atlassian.jgitflow.core |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jgit.lib.Ref |
FeatureStartCommand.call() |
org.eclipse.jgit.lib.Ref |
HotfixStartCommand.call() |
org.eclipse.jgit.lib.Ref |
ReleaseStartCommand.call() |
protected void |
AbstractGitFlowCommand.requireCommitOnBranch(org.eclipse.jgit.revwalk.RevCommit commit,
String branch)
Requires that a local branch contains the given commit
|
protected void |
AbstractGitFlowCommand.requireLocalBranchAbsent(String branch)
Requires that a local branch with the given name does not yet exist
|
Copyright © 2013 Atlassian. All Rights Reserved.