Class CloverChainResultAggregator
java.lang.Object
com.atlassian.bamboo.clover.builder.coverage.CloverChainResultAggregator
- All Implemented Interfaces:
PostChainAction,BambooPluginModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(@NotNull ImmutableChain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainExecution chainExecution) Execute the custom action
-
Constructor Details
-
CloverChainResultAggregator
public CloverChainResultAggregator()
-
-
Method Details
-
execute
public void execute(@NotNull @NotNull ImmutableChain chain, @NotNull @NotNull ChainResultsSummary chainResultsSummary, @NotNull @NotNull ChainExecution chainExecution) throws InterruptedException, Exception Description copied from interface:PostChainActionExecute the custom action- Specified by:
executein interfacePostChainAction- Throws:
InterruptedExceptionException
-