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 Summary
Fields Modifier and Type Field Description static int
AGENT_RESPONSE_CHECK_DELAY_SECONDS
static String
RESULT_KEY
-
Constructor Summary
Constructors Constructor Description DeploymentStopDelayedJob()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.quartz.JobExecutionContext jobExecutionContext)
static @NotNull String
getJobGroupName()
static @NotNull String
getJobName(@NotNull ResultKey resultKey)
void
setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
void
setDeploymentExecutionService(DeploymentExecutionService deploymentExecutionService)
void
setDeploymentResultService(DeploymentResultService deploymentResultService)
void
setDeploymentsInProgressService(DeploymentsInProgressService deploymentsInProgressService)
void
setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
-
-
-
Field Detail
-
RESULT_KEY
public static final String RESULT_KEY
- See Also:
- Constant Field Values
-
AGENT_RESPONSE_CHECK_DELAY_SECONDS
public static final int AGENT_RESPONSE_CHECK_DELAY_SECONDS
- See Also:
- Constant Field Values
-
-
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 interfaceorg.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)
-
-