Class BuildQueueMonitorJobScheduler

java.lang.Object
com.atlassian.bamboo.build.monitoring.BuildQueueMonitorJobScheduler
All Implemented Interfaces:
org.quartz.Job

public class BuildQueueMonitorJobScheduler extends Object implements org.quartz.Job
User: mwent Date: May 19, 2009 Time: 2:04:41 PM
  • Constructor Details

    • BuildQueueMonitorJobScheduler

      public BuildQueueMonitorJobScheduler()
  • Method Details

    • 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)