com.atlassian.bamboo.chains.plugins
Interface PostChainAction

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

public interface PostChainAction
extends BambooPluginModule

Custom action that runs after the Chain has finished executing


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 © 2010 Atlassian. All Rights Reserved.