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 TypeClassDescriptionclassCronScheduleBuilderis athat definesinvalid @link
ScheduleBuilderCronExpression-based schedules forTriggers.classSimpleScheduleBuilderis athat defines strict/literal interval-based schedules forinvalid @link
ScheduleBuilderTriggers.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 theCalendarthat 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 thethat will be used to define the Trigger's schedule.invalid @link
ScheduleBuilder