-
class
CronScheduleBuilder
is a
invalid @link
ScheduleBuilder
that defines
CronExpression
-based schedules for
Trigger
s.
class
SimpleScheduleBuilder
is a
invalid @link
ScheduleBuilder
that defines strict/literal interval-based schedules for
Trigger
s.
Set the time at which the Trigger will no longer fire - even if it's schedule has remaining
repeats.
Set the identity of the Job which should be fired by the produced Trigger.
Set the name of the
Calendar
that should be applied to this Trigger's schedule.
Set the time the Trigger should start at - the trigger may or may not fire at this time -
depending upon the schedule configured for the Trigger.
Set the time the Trigger should start at to the current moment - the trigger may or may not
fire at this time - depending upon the schedule configured for the Trigger.
Set the given (human-meaningful) description of the Trigger.
Use the given TriggerKey to identify the Trigger.
Set the Trigger's priority.
Set the
invalid @link
ScheduleBuilder
that will be used to define the Trigger's schedule.