Interface ScheduledExecution


public interface ScheduledExecution
Execution metadata of a specific scheduled job.
  • Method Details

    • getTrigger

      Trigger getTrigger()
      Returns:
      the trigger that fired the execution
    • getFireTime

      Instant getFireTime()
      Unlike Trigger.getPreviousFireTime() this method always returns the same value.
      Returns:
      the time the associated trigger was fired
    • getScheduledFireTime

      Instant getScheduledFireTime()
      Returns:
      the time the action was scheduled for