Class DeploymentStopDelayedJob
java.lang.Object
com.atlassian.bamboo.build.monitoring.DeploymentStopDelayedJob
- All Implemented Interfaces:
org.quartz.Job
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.quartz.JobExecutionContext jobExecutionContext) static @NotNull String
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 Details
-
RESULT_KEY
- See Also:
-
AGENT_RESPONSE_CHECK_DELAY_SECONDS
public static final int AGENT_RESPONSE_CHECK_DELAY_SECONDS- See Also:
-
-
Constructor Details
-
DeploymentStopDelayedJob
public DeploymentStopDelayedJob()
-
-
Method Details
-
getJobName
-
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
-
setErrorUpdateHandler
-
setDeploymentExecutionService
-
setDeploymentsInProgressService
public void setDeploymentsInProgressService(DeploymentsInProgressService deploymentsInProgressService) -
setDeploymentResultService
-