Package | Description |
---|---|
org.quartz |
The main package of Quartz, containing the client-side interfaces.
|
Modifier and Type | Method and Description |
---|---|
static DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.dailyTimeIntervalSchedule()
Create a DailyTimeIntervalScheduleBuilder.
|
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.endingDailyAfterCount(int count)
Calculate and set the endTimeOfDay using count, interval and starTimeOfDay.
|
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.endingDailyAt(TimeOfDay timeOfDay)
Set the startTimeOfDay for this trigger to end firing each day at the given time.
|
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.onDaysOfTheWeek(Integer... onDaysOfWeek)
Set the trigger to fire on the given days of the week.
|
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.onDaysOfTheWeek(Set<Integer> onDaysOfWeek)
Set the trigger to fire on the given days of the week.
|
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.onEveryDay()
Set the trigger to fire on all days of the week.
|
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.onMondayThroughFriday()
Set the trigger to fire on the days from Monday through Friday.
|
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.onSaturdayAndSunday()
Set the trigger to fire on the days Saturday and Sunday.
|
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.startingDailyAt(TimeOfDay timeOfDay)
Set the trigger to begin firing each day at the given time.
|
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.withInterval(int timeInterval,
DateBuilder.IntervalUnit unit)
Specify the time unit and interval for the Trigger to be produced.
|
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.withIntervalInHours(int intervalInHours)
Specify an interval in the IntervalUnit.HOUR that the produced
Trigger will repeat at.
|
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.withIntervalInMinutes(int intervalInMinutes)
Specify an interval in the IntervalUnit.MINUTE that the produced
Trigger will repeat at.
|
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.withIntervalInSeconds(int intervalInSeconds)
Specify an interval in the IntervalUnit.SECOND that the produced
Trigger will repeat at.
|
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.withMisfireHandlingInstructionDoNothing()
If the Trigger misfires, use the
DailyTimeIntervalTrigger.MISFIRE_INSTRUCTION_DO_NOTHING instruction. |
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.withMisfireHandlingInstructionFireAndProceed()
If the Trigger misfires, use the
DailyTimeIntervalTrigger.MISFIRE_INSTRUCTION_FIRE_ONCE_NOW instruction. |
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.withMisfireHandlingInstructionIgnoreMisfires()
If the Trigger misfires, use the
Trigger.MISFIRE_INSTRUCTION_IGNORE_MISFIRE_POLICY instruction. |
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.withRepeatCount(int repeatCount)
Set number of times for interval to repeat.
|
Copyright 2001-2019, Terracotta, Inc.