Interface PreJobAction

All Superinterfaces:
BambooPluginModule

@PublicApi public interface PreJobAction extends BambooPluginModule
Custom action that runs before a Job has been queued as part of a ChainStage
Since:
2.7
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(@NotNull StageExecution stageExecution, @NotNull BuildContext buildContext)
    Executes the custom action
  • Method Details

    • execute

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