Class DeploymentStopDelayedJob

java.lang.Object
com.atlassian.bamboo.build.monitoring.DeploymentStopDelayedJob
All Implemented Interfaces:
org.quartz.Job

public class DeploymentStopDelayedJob extends Object implements org.quartz.Job
  • Field Details

  • Constructor Details

    • DeploymentStopDelayedJob

      public DeploymentStopDelayedJob()
  • Method Details

    • getJobName

      @NotNull public static @NotNull String getJobName(@NotNull @NotNull ResultKey resultKey)
    • getJobGroupName

      @NotNull public static @NotNull String getJobGroupName()
    • execute

      public void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException
      Specified by:
      execute in interface org.quartz.Job
      Throws:
      org.quartz.JobExecutionException
    • setBuildLoggerManager

      public void setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
    • setErrorUpdateHandler

      public void setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
    • setDeploymentExecutionService

      public void setDeploymentExecutionService(DeploymentExecutionService deploymentExecutionService)
    • setDeploymentsInProgressService

      public void setDeploymentsInProgressService(DeploymentsInProgressService deploymentsInProgressService)
    • setDeploymentResultService

      public void setDeploymentResultService(DeploymentResultService deploymentResultService)