com.atlassian.bamboo.build.monitoring
Class BuildStopDelayedJob
java.lang.Object
com.atlassian.bamboo.build.monitoring.BuildStopDelayedJob
- All Implemented Interfaces:
- org.quartz.Job
public class BuildStopDelayedJob
- extends java.lang.Object
- implements org.quartz.Job
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BUILD_RESULT_KEY
public static final java.lang.String BUILD_RESULT_KEY
- See Also:
- Constant Field Values
AGENT_RESPONSE_CHECK_DELAY
public static final int AGENT_RESPONSE_CHECK_DELAY
- See Also:
- Constant Field Values
BuildStopDelayedJob
public BuildStopDelayedJob()
getJobName
@NotNull
public static java.lang.String getJobName(@NotNull
PlanResultKey planResultKey)
getJobGroupName
@NotNull
public static java.lang.String getJobGroupName()
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
throws org.quartz.JobExecutionException
- Specified by:
execute
in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
setBuildExecutionManager
public void setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
setResultsSummaryManager
public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
setErrorUpdateHandler
public void setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
Copyright © 2010 Atlassian. All Rights Reserved.