com.atlassian.bamboo.chains.plugins
Interface PreStagedBuildAction

All Superinterfaces:
BambooPluginModule

public interface PreStagedBuildAction
extends BambooPluginModule

Custom action that runs before a Build has been queued as part of a ChainStage


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

Method Detail

execute

void execute(@NotNull
             StageExecution stageExecution,
             @NotNull
             BuildContext buildContext)
Executes the custom action

Parameters:
stageExecution -
buildContext -


Copyright © 2010 Atlassian. All Rights Reserved.