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

Method Summary
 void execute(Chain chain, ChainResultsSummary chainResultsSummary, ChainExecution chainExecution)
          Execute the custom action
 

Method Detail

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.