public class BuildQueueMonitorJobScheduler extends Object implements org.quartz.Job
Constructor and Description |
---|
BuildQueueMonitorJobScheduler() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.quartz.JobExecutionContext jobExecutionContext) |
void |
scheduleBuildQueueMonitoring() |
void |
setBuildQueueCheckInterval(int buildQueueCheckInterval) |
void |
setBuildQueueMonitor(BuildQueueMonitor buildQueueMonitor) |
void |
setScheduler(org.quartz.Scheduler scheduler) |
public void scheduleBuildQueueMonitoring() throws org.quartz.SchedulerException
org.quartz.SchedulerException
public void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException
execute
in interface org.quartz.Job
org.quartz.JobExecutionException
public void setScheduler(org.quartz.Scheduler scheduler)
public void setBuildQueueMonitor(BuildQueueMonitor buildQueueMonitor)
public void setBuildQueueCheckInterval(int buildQueueCheckInterval)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.