| Package | Description |
|---|---|
| com.helger.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(LocalTime timeOfDay)
Set the startTimeOfDay for this trigger to end firing each day at the given
time.
|
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.onDaysOfTheWeek(DayOfWeek... onDaysOfWeek)
Set the trigger to fire on the given days of the week.
|
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.onDaysOfTheWeek(Set<DayOfWeek> 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(LocalTime timeOfDay)
Set the trigger to begin firing each day at the given time.
|
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.withInterval(int timeInterval,
EIntervalUnit 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
ITrigger.EMisfireInstruction.MISFIRE_INSTRUCTION_DO_NOTHING instruction. |
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.withMisfireHandlingInstructionFireAndProceed()
If the Trigger misfires, use the
ITrigger.EMisfireInstruction.MISFIRE_INSTRUCTION_FIRE_ONCE_NOW instruction. |
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.withMisfireHandlingInstructionIgnoreMisfires()
If the Trigger misfires, use the
ITrigger.EMisfireInstruction.MISFIRE_INSTRUCTION_IGNORE_MISFIRE_POLICY
instruction. |
DailyTimeIntervalScheduleBuilder |
DailyTimeIntervalScheduleBuilder.withRepeatCount(int nRepeatCount)
Set number of times for interval to repeat.
|
Copyright © 2016–2021 Philip Helger. All rights reserved.