Uses of Class
org.quartz.builders.TriggerBuilder
Packages that use TriggerBuilder
-
Uses of TriggerBuilder in org.quartz.builders
Subclasses of TriggerBuilder in org.quartz.buildersModifier and TypeClassDescriptionclass
CronScheduleBuilder
is ainvalid @link
ScheduleBuilder
CronExpression
-based schedules forTrigger
s.class
SimpleScheduleBuilder
is ainvalid @link
ScheduleBuilder
Trigger
s.Methods in org.quartz.builders that return TriggerBuilderModifier and TypeMethodDescriptionSet 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.TriggerBuilder.modifiedByCalendar
(String calendarName) Set the name of theCalendar
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.TriggerBuilder.startNow()
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.TriggerBuilder.usingJobData
(JobDataMap newJobDataMap) Set the Trigger'sJobDataMap
.TriggerBuilder.withDescription
(String description) Set the given (human-meaningful) description of the Trigger.TriggerBuilder.withIdentity
(String name) Use the given TriggerKey to identify the Trigger.TriggerBuilder.withPriority
(int priority) Set the Trigger's priority.TriggerBuilder.withTriggerImplementation
(OperableTrigger operableTrigger) Set theinvalid @link
ScheduleBuilder