Class DeploymentStopDelayedJob
java.lang.Object
com.atlassian.bamboo.build.monitoring.DeploymentStopDelayedJob
- All Implemented Interfaces:
org.quartz.Job
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.quartz.JobExecutionContext jobExecutionContext) static @NotNull Stringstatic @NotNull StringgetJobName(@NotNull ResultKey resultKey) voidsetBuildLoggerManager(BuildLoggerManager buildLoggerManager) voidsetDeploymentExecutionService(DeploymentExecutionService deploymentExecutionService) voidsetDeploymentResultService(DeploymentResultService deploymentResultService) voidsetDeploymentsInProgressService(DeploymentsInProgressService deploymentsInProgressService) voidsetErrorUpdateHandler(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:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-
setBuildLoggerManager
-
setErrorUpdateHandler
-
setDeploymentExecutionService
-
setDeploymentsInProgressService
public void setDeploymentsInProgressService(DeploymentsInProgressService deploymentsInProgressService) -
setDeploymentResultService
-