com.atlassian.bamboo.chains.plugins
Interface PreStageAction

All Superinterfaces:
BambooPluginModule

public interface PreStageAction
extends BambooPluginModule

Custom action that runs before the ChainStage has started executing


Method Summary
 void execute(StageExecution stageExecution)
          Executes the custom action
 

Method Detail

execute

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

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


Copyright © 2010 Atlassian. All Rights Reserved.