com.atlassian.bamboo.build.monitoring
Class BuildMonitorJobScheduler
java.lang.Object
com.atlassian.bamboo.build.monitoring.BuildMonitorJobScheduler
- All Implemented Interfaces:
- org.quartz.Job
public class BuildMonitorJobScheduler
- extends Object
- implements org.quartz.Job
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildMonitorJobScheduler
public BuildMonitorJobScheduler()
scheduleBuildMonitoring
public void scheduleBuildMonitoring()
throws org.quartz.SchedulerException
- Throws:
org.quartz.SchedulerException
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
throws org.quartz.JobExecutionException
- Specified by:
execute
in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
setBuildCheckInterval
public void setBuildCheckInterval(int buildCheckInterval)
setScheduler
public void setScheduler(org.quartz.Scheduler scheduler)
setBuildHangingMonitor
public void setBuildHangingMonitor(BuildHangingMonitor buildHangingMonitor)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.