Interface CustomPreDeploymentAction

All Superinterfaces:
BambooPluginModule
All Known Implementing Classes:
DummyPreDeploymentAction

@ExperimentalApi public interface CustomPreDeploymentAction extends BambooPluginModule
A custom pre deployment task that is executed on the ExecutableBuildAgent, just before actual deployment execution on environment. Any exception thrown or errors added to the DeploymentContext will cause the deployment to fail.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(@NotNull DeploymentContext deploymentContext)
    Execute the pre deployment task
  • Method Details

    • execute

      void execute(@NotNull @NotNull DeploymentContext deploymentContext)
      Execute the pre deployment task
      Parameters:
      deploymentContext -