public class

QuartzUtil

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.schedule.quartz.QuartzUtil

Class Overview

Utility for simplifying some quartz access.

Summary

Public Methods
static Date getNextFireTime(Scheduler scheduler, JobDetail jobDetail)
Finds the trigger for the job and determines the next fire time.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static Date getNextFireTime (Scheduler scheduler, JobDetail jobDetail)

Finds the trigger for the job and determines the next fire time. Cannot use the trigger, as it may just be a manual one-off trigger.

Returns
  • the date of the next firing time, or null if no firing time found.