com.atlassian.bamboo.chains.plugins
Interface PreChainAction

All Superinterfaces:
BambooPluginModule

public interface PreChainAction
extends BambooPluginModule

Custom action that runs before the Chain has started executing


Method Summary
 void execute(Chain chain, ChainExecution chainExecution)
          Executes the custom action
 

Method Detail

execute

void execute(@NotNull
             Chain chain,
             @NotNull
             ChainExecution chainExecution)
             throws java.lang.InterruptedException,
                    java.lang.Exception
Executes the custom action

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


Copyright © 2011 Atlassian. All Rights Reserved.