public abstract class EmptyBranchCreatingExtension extends EmptyJGitFlowExtension implements BranchCreatingExtension
Modifier | Constructor and Description |
---|---|
protected |
EmptyBranchCreatingExtension() |
Modifier and Type | Method and Description |
---|---|
void |
addAfterCreateBranchCommands(ExtensionCommand... commands) |
void |
addBeforeCreateBranchCommands(ExtensionCommand... commands) |
Iterable<ExtensionCommand> |
afterCreateBranch() |
Iterable<ExtensionCommand> |
beforeCreateBranch() |
addAfterCommands, addAfterFetchCommands, addAfterPushCommands, addBeforeCommands, addBeforeFetchCommands, after, afterFetch, afterPush, before, beforeFetch
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
after, afterFetch, afterPush, before, beforeFetch
public void addBeforeCreateBranchCommands(ExtensionCommand... commands)
public void addAfterCreateBranchCommands(ExtensionCommand... commands)
public Iterable<ExtensionCommand> beforeCreateBranch()
beforeCreateBranch
in interface BranchCreatingExtension
public Iterable<ExtensionCommand> afterCreateBranch()
afterCreateBranch
in interface BranchCreatingExtension
Copyright © 2017 Atlassian. All rights reserved.