com.atlassian.bamboo.chains.plugins
Interface PostStageAction

All Superinterfaces:
BambooPluginModule

public interface PostStageAction
extends BambooPluginModule

Custom action that runs after the ChainStage has finished executing


Method Summary
 void execute(ChainResult chainResult, ChainStageResult chainStageResult, StageExecution stageExecution)
          Executes the custom action
 

Method Detail

execute

void execute(@NotNull
             ChainResult chainResult,
             @NotNull
             ChainStageResult chainStageResult,
             @NotNull
             StageExecution stageExecution)
             throws java.lang.InterruptedException,
                    java.lang.Exception
Executes the custom action

Parameters:
chainResult -
chainStageResult -
stageExecution -
Throws:
java.lang.InterruptedException
java.lang.Exception


Copyright © 2010 Atlassian. All Rights Reserved.