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 @NotNull String |
getJobGroupName() |
static @NotNull String |
getJobName(@NotNull 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 @NotNull String getJobName(@NotNull @NotNull PlanResultKey planResultKey)
@NotNull public static @NotNull String getJobGroupName()
public void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException
execute
in interface org.quartz.Job
org.quartz.JobExecutionException
public void setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
public void setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
public void setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.