@PublicApi public interface PreChainAction extends BambooPluginModule
Chain has started executing| Modifier and Type | Method and Description |
|---|---|
default void |
execute(Chain chain,
ChainExecution chainExecution)
Deprecated.
since 7.1 use
execute(ImmutableChain, ChainExecution) |
void |
execute(ImmutableChain chain,
ChainExecution chainExecution)
Executes the custom action
|
@Deprecated default void execute(@NotNull Chain chain, @NotNull ChainExecution chainExecution) throws InterruptedException, Exception
execute(ImmutableChain, ChainExecution)InterruptedExceptionExceptionvoid execute(@NotNull
ImmutableChain chain,
@NotNull
ChainExecution chainExecution)
throws InterruptedException,
Exception
InterruptedExceptionExceptionCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.