Interface PostChainAction
- All Superinterfaces:
BambooPluginModule
- All Known Implementing Classes:
BrokenBuildPostProcessor
,CloverChainResultAggregator
Custom action that runs after the
Chain
has finished executing- Since:
- 2.7
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(@NotNull ImmutableChain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainExecution chainExecution) Execute the custom action
-
Method Details
-
execute
void execute(@NotNull @NotNull ImmutableChain chain, @NotNull @NotNull ChainResultsSummary chainResultsSummary, @NotNull @NotNull ChainExecution chainExecution) throws InterruptedException, Exception Execute the custom action- Throws:
InterruptedException
Exception
- Since:
- 7.1
-