Class DeploymentStopDelayedJob

  • All Implemented Interfaces:
    org.quartz.Job

    public class DeploymentStopDelayedJob
    extends Object
    implements org.quartz.Job
    • Constructor Detail

      • DeploymentStopDelayedJob

        public DeploymentStopDelayedJob()
    • Method Detail

      • 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)