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(ChainResultsSummary chainResultsSummary, ChainStageResult chainStageResult, StageExecution stageExecution)
          Executes the custom action
 

Method Detail

execute

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

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


Copyright © 2011 Atlassian. All Rights Reserved.