public abstract class EmptyDevelopMergingExtension extends EmptyJGitFlowExtension implements DevelopMergingExtension
| Modifier | Constructor and Description |
|---|---|
protected |
EmptyDevelopMergingExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAfterDevelopCheckoutCommands(ExtensionCommand... commands) |
void |
addAfterDevelopMergeCommands(ExtensionCommand... commands) |
void |
addAfterTagCommands(ExtensionCommand... commands) |
void |
addAfterTopicCheckoutCommands(ExtensionCommand... commands) |
void |
addBeforeDevelopCheckoutCommands(ExtensionCommand... commands) |
void |
addBeforeDevelopMergeCommands(ExtensionCommand... commands) |
void |
addBeforeTagCommands(ExtensionCommand... commands) |
Iterable<ExtensionCommand> |
afterDevelopCheckout() |
Iterable<ExtensionCommand> |
afterDevelopMerge() |
Iterable<ExtensionCommand> |
afterTag() |
Iterable<ExtensionCommand> |
afterTopicCheckout() |
Iterable<ExtensionCommand> |
beforeDevelopCheckout() |
Iterable<ExtensionCommand> |
beforeDevelopMerge() |
Iterable<ExtensionCommand> |
beforeTag() |
addAfterCommands, addAfterFetchCommands, addAfterPushCommands, addBeforeCommands, addBeforeFetchCommands, after, afterFetch, afterPush, before, beforeFetchclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafter, afterFetch, afterPush, before, beforeFetchpublic void addBeforeDevelopCheckoutCommands(ExtensionCommand... commands)
public void addAfterDevelopCheckoutCommands(ExtensionCommand... commands)
public void addBeforeDevelopMergeCommands(ExtensionCommand... commands)
public void addAfterDevelopMergeCommands(ExtensionCommand... commands)
public void addAfterTopicCheckoutCommands(ExtensionCommand... commands)
public void addBeforeTagCommands(ExtensionCommand... commands)
public void addAfterTagCommands(ExtensionCommand... commands)
public Iterable<ExtensionCommand> beforeDevelopCheckout()
beforeDevelopCheckout in interface DevelopMergingExtensionpublic Iterable<ExtensionCommand> afterDevelopCheckout()
afterDevelopCheckout in interface DevelopMergingExtensionpublic Iterable<ExtensionCommand> beforeDevelopMerge()
beforeDevelopMerge in interface DevelopMergingExtensionpublic Iterable<ExtensionCommand> afterDevelopMerge()
afterDevelopMerge in interface DevelopMergingExtensionpublic Iterable<ExtensionCommand> beforeTag()
beforeTag in interface BranchMergingExtensionpublic Iterable<ExtensionCommand> afterTag()
afterTag in interface BranchMergingExtensionpublic Iterable<ExtensionCommand> afterTopicCheckout()
afterTopicCheckout in interface BranchMergingExtensionCopyright © 2023 DV Bern AG. All rights reserved.