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