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