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.SchedulerException
void triggerJob(@NotNull ScheduledJob job) throws org.quartz.SchedulerException
job
- the job to be triggeredorg.quartz.SchedulerException
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.