com.atlassian.bamboo.chains.plugins
Interface PreStageAction

All Superinterfaces:
BambooPluginModule

@PublicApi
public interface PreStageAction
extends BambooPluginModule

Custom action that runs before the ChainStage has started executing

Since:
2.7

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

Method Detail

execute

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

Parameters:
stageExecution -
Throws:
InterruptedException
Exception


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.