public interface SchedulerService
| Modifier and Type | Method and Description |
|---|---|
List<ScheduledJob> |
getJobs()
Gets the collection of jobs currently scheduled to be run.
|
void |
triggerJob(ScheduledJob job)
Triggers the job provided to be run immediately.
|
@NotNull List<ScheduledJob> getJobs() throws org.quartz.SchedulerException
org.quartz.SchedulerExceptionvoid triggerJob(@NotNull
ScheduledJob job)
throws org.quartz.SchedulerException
job - the job to be triggeredorg.quartz.SchedulerExceptionCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.