public abstract class EmptyJGitFlowExtension extends Object implements JGitFlowExtension
| Modifier | Constructor and Description |
|---|---|
protected |
EmptyJGitFlowExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAfterCommands(ExtensionCommand... commands) |
void |
addAfterFetchCommands(ExtensionCommand... commands) |
void |
addAfterPushCommands(ExtensionCommand... commands) |
void |
addBeforeCommands(ExtensionCommand... commands) |
void |
addBeforeFetchCommands(ExtensionCommand... commands) |
Iterable<ExtensionCommand> |
after() |
Iterable<ExtensionCommand> |
afterFetch() |
Iterable<ExtensionCommand> |
afterPush() |
Iterable<ExtensionCommand> |
before() |
Iterable<ExtensionCommand> |
beforeFetch() |
public void addBeforeCommands(ExtensionCommand... commands)
public void addAfterCommands(ExtensionCommand... commands)
public void addBeforeFetchCommands(ExtensionCommand... commands)
public void addAfterFetchCommands(ExtensionCommand... commands)
public void addAfterPushCommands(ExtensionCommand... commands)
public Iterable<ExtensionCommand> before()
before in interface JGitFlowExtensionpublic Iterable<ExtensionCommand> after()
after in interface JGitFlowExtensionpublic Iterable<ExtensionCommand> beforeFetch()
beforeFetch in interface JGitFlowExtensionpublic Iterable<ExtensionCommand> afterFetch()
afterFetch in interface JGitFlowExtensionpublic Iterable<ExtensionCommand> afterPush()
afterPush in interface JGitFlowExtensionCopyright © 2023 DV Bern AG. All rights reserved.