com.atlassian.bamboo.chains.plugins
Interface PreJobAction

All Superinterfaces:
BambooPluginModule

public interface PreJobAction
extends BambooPluginModule

Custom action that runs before a Job 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.