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