com.atlassian.bamboo.build.monitoring
Class BuildQueueMonitorJobScheduler

java.lang.Object
  extended by 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


Constructor Summary
BuildQueueMonitorJobScheduler()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext jobExecutionContext)
           
 void scheduleBuildQueueMonitoring()
           
 void setBuildQueueCheckInterval(int buildQueueCheckInterval)
           
 void setBuildQueueMonitor(BuildQueueMonitor buildQueueMonitor)
           
 void setScheduler(org.quartz.Scheduler scheduler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildQueueMonitorJobScheduler

public BuildQueueMonitorJobScheduler()
Method Detail

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 © 2011 Atlassian. All Rights Reserved.