org.eclipse.jgit.lib.Ref |
ReleaseStartCommand.call() |
Void |
ReleasePublishCommand.call() |
ReleaseMergeResult |
ReleaseFinishCommand.call() |
org.eclipse.jgit.lib.Ref |
HotfixStartCommand.call() |
Void |
HotfixPublishCommand.call() |
ReleaseMergeResult |
HotfixFinishCommand.call() |
org.eclipse.jgit.lib.Ref |
FeatureStartCommand.call() |
Void |
FeaturePublishCommand.call() |
org.eclipse.jgit.api.MergeResult |
FeatureFinishCommand.call() |
protected void |
AbstractBranchMergingCommand.checkoutTopicBranch(String branchName,
BranchMergingExtension extension) |
protected org.eclipse.jgit.lib.Ref |
AbstractBranchCreatingCommand.doCreateBranch(String rootBranch,
String newBranchName,
BranchCreatingExtension extension) |
protected void |
AbstractGitFlowCommand.doFetchIfNeeded(JGitFlowExtension fetchingExtension) |
protected org.eclipse.jgit.api.MergeResult |
AbstractBranchMergingCommand.doMerge(String branchToMerge,
String mergeTarget,
MergeProcessExtensionWrapper extension) |
protected org.eclipse.jgit.api.MergeResult |
AbstractBranchMergingCommand.doMerge(String branchToMerge,
String mergeTarget,
MergeProcessExtensionWrapper extension,
boolean squash) |
protected org.eclipse.jgit.api.MergeResult |
AbstractBranchMergingCommand.doMerge(String branchToMerge,
String mergeTarget,
MergeProcessExtensionWrapper extension,
boolean squash,
org.eclipse.jgit.api.MergeCommand.FastForwardMode ffMode) |
protected void |
AbstractGitFlowCommand.doPushIfNeeded(JGitFlowExtension pushExtension,
boolean includeTags,
String... branchesToPush) |
protected void |
AbstractBranchCreatingCommand.doPushNewBranchIfNeeded(JGitFlowExtension pushExtension,
String branchToPush) |
protected void |
AbstractBranchMergingCommand.doTag(String branchToTag,
String tagMessage,
org.eclipse.jgit.api.MergeResult resultToLog,
BranchMergingExtension extension) |
protected String |
AbstractGitFlowCommand.runBeforeAndGetPrefixedBranchName(Iterable<ExtensionCommand> before,
JGitFlowConstants.PREFIXES prefix) |
protected void |
AbstractGitFlowCommand.runExtensionCommands(Iterable<ExtensionCommand> commands) |