com.atlassian.bamboo.build.monitoring
Class BuildQueueMonitorJobScheduler
java.lang.Object
com.atlassian.bamboo.build.monitoring.BuildQueueMonitorJobScheduler
- All Implemented Interfaces:
- org.quartz.Job
public class BuildQueueMonitorJobScheduler
- extends java.lang.Object
- implements org.quartz.Job
User: mwent Date: May 19, 2009 Time: 2:04:41 PM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildQueueMonitorJobScheduler
public BuildQueueMonitorJobScheduler()
scheduleBuildQueueMonitoring
public void scheduleBuildQueueMonitoring()
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
setScheduler
public void setScheduler(org.quartz.Scheduler scheduler)
setBuildQueueMonitor
public void setBuildQueueMonitor(BuildQueueMonitor buildQueueMonitor)
setBuildQueueCheckInterval
public void setBuildQueueCheckInterval(int buildQueueCheckInterval)
Copyright © 2012 Atlassian. All Rights Reserved.