com.atlassian.bamboo.chains.plugins
Interface PostChainAction

All Superinterfaces:
BambooPluginModule
All Known Implementing Classes:
CloverChainResultAggregator, PostChainIndexAction

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 java.lang.InterruptedException,
                    java.lang.Exception
Execute the custom action

Parameters:
chain -
chainResultsSummary -
chainExecution -
Throws:
java.lang.InterruptedException
java.lang.Exception


Copyright © 2012 Atlassian. All Rights Reserved.