public class BuildStopDelayedJob extends Object implements org.quartz.Job
| Modifier and Type | Field and Description |
|---|---|
static int |
AGENT_RESPONSE_CHECK_DELAY_SECONDS |
static String |
BUILD_RESULT_KEY |
| Constructor and Description |
|---|
BuildStopDelayedJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext jobExecutionContext) |
static String |
getJobGroupName() |
static String |
getJobName(PlanResultKey planResultKey) |
void |
setBuildExecutionManager(BuildExecutionManager buildExecutionManager) |
void |
setBuildLoggerManager(BuildLoggerManager buildLoggerManager) |
void |
setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler) |
void |
setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager) |
public static final String BUILD_RESULT_KEY
public static final int AGENT_RESPONSE_CHECK_DELAY_SECONDS
@NotNull public static String getJobName(@NotNull PlanResultKey planResultKey)
@NotNull public static String getJobGroupName()
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
throws org.quartz.JobExecutionException
execute in interface org.quartz.Joborg.quartz.JobExecutionExceptionpublic void setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
public void setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
public void setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.