public class DeploymentStopDelayedJob extends Object implements org.quartz.Job
Modifier and Type | Field and Description |
---|---|
static int |
AGENT_RESPONSE_CHECK_DELAY_SECONDS |
static String |
RESULT_KEY |
Constructor and Description |
---|
DeploymentStopDelayedJob() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.quartz.JobExecutionContext jobExecutionContext) |
static String |
getJobGroupName() |
static String |
getJobName(ResultKey resultKey) |
void |
setBuildLoggerManager(BuildLoggerManager buildLoggerManager) |
void |
setDeploymentExecutionService(DeploymentExecutionService deploymentExecutionService) |
void |
setDeploymentResultService(DeploymentResultService deploymentResultService) |
void |
setDeploymentsInProgressService(DeploymentsInProgressService deploymentsInProgressService) |
void |
setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler) |
public static final String RESULT_KEY
public static final int AGENT_RESPONSE_CHECK_DELAY_SECONDS
@NotNull public static String getJobGroupName()
public void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException
execute
in interface org.quartz.Job
org.quartz.JobExecutionException
public void setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
public void setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
public void setDeploymentExecutionService(DeploymentExecutionService deploymentExecutionService)
public void setDeploymentsInProgressService(DeploymentsInProgressService deploymentsInProgressService)
public void setDeploymentResultService(DeploymentResultService deploymentResultService)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.