com.atlassian.bamboo.chains.plugins
Interface PostChainAction
- All Superinterfaces:
- BambooPluginModule
- All Known Implementing Classes:
- BrokenBuildPostProcessor, CloverChainResultAggregator, PostChainIndexAction
@PublicApi
public interface PostChainAction
- extends BambooPluginModule
Custom action that runs after the Chain
has finished executing
- Since:
- 2.7
execute
void execute(@NotNull
Chain chain,
@NotNull
ChainResultsSummary chainResultsSummary,
@NotNull
ChainExecution chainExecution)
throws InterruptedException,
Exception
- Execute the custom action
- Parameters:
chain
- chainResultsSummary
- chainExecution
-
- Throws:
InterruptedException
Exception
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.