com.atlassian.bamboo.chains.plugins
Interface PostChainAction
- All Superinterfaces:
- BambooPluginModule
public interface PostChainAction
- extends BambooPluginModule
Custom action that runs after the Chain
has finished executing
execute
void execute(@NotNull
Chain chain,
@NotNull
ChainResult chainResult,
@NotNull
ChainExecution chainExecution)
throws java.lang.InterruptedException,
java.lang.Exception
- Execute the custom action
- Parameters:
chain
- chainResult
- chainExecution
-
- Throws:
java.lang.InterruptedException
java.lang.Exception
Copyright © 2010 Atlassian. All Rights Reserved.