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.SchedulerExceptionpublic void execute(org.quartz.JobExecutionContext jobExecutionContext)
throws org.quartz.JobExecutionException
execute in interface org.quartz.Joborg.quartz.JobExecutionExceptionpublic void setScheduler(org.quartz.Scheduler scheduler)
public void setBuildQueueMonitor(BuildQueueMonitor buildQueueMonitor)
public void setBuildQueueCheckInterval(int buildQueueCheckInterval)
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.