| 程序包 | 说明 |
|---|---|
| cn.sinozg.applet.quartz.use.ext |
| 限定符和类型 | 方法和说明 |
|---|---|
static DailyTimeIntervalMonthScheduleBuilder |
DailyTimeIntervalMonthScheduleBuilder.dailyTimeIntervalSchedule()
Create a DailyTimeIntervalScheduleBuilder.
|
DailyTimeIntervalMonthScheduleBuilder |
DailyTimeIntervalMonthScheduleBuilder.endingDailyAfterCount(int count)
Calculate and set the endTimeOfDay using count, interval and starTimeOfDay.
|
DailyTimeIntervalMonthScheduleBuilder |
DailyTimeIntervalMonthScheduleBuilder.endingDailyAt(org.quartz.TimeOfDay timeOfDay)
Set the startTimeOfDay for this trigger to end firing each day at the given time.
|
DailyTimeIntervalMonthScheduleBuilder |
DailyTimeIntervalMonthScheduleBuilder.onDaysOfTheMonth(Integer... onDaysOfMonth)
Set the trigger to fire on the given days of the month.
|
DailyTimeIntervalMonthScheduleBuilder |
DailyTimeIntervalMonthScheduleBuilder.onDaysOfTheMonth(Set<Integer> onDaysOfMonth)
Set the trigger to fire on the given days of the month.
|
DailyTimeIntervalMonthScheduleBuilder |
DailyTimeIntervalMonthScheduleBuilder.onEveryDay()
Set the trigger to fire on all days of the month.
|
DailyTimeIntervalMonthScheduleBuilder |
DailyTimeIntervalMonthScheduleBuilder.startingDailyAt(org.quartz.TimeOfDay timeOfDay)
Set the trigger to begin firing each day at the given time.
|
DailyTimeIntervalMonthScheduleBuilder |
DailyTimeIntervalMonthScheduleBuilder.withInterval(int timeInterval,
org.quartz.DateBuilder.IntervalUnit unit)
Specify the time unit and interval for the Trigger to be produced.
|
DailyTimeIntervalMonthScheduleBuilder |
DailyTimeIntervalMonthScheduleBuilder.withIntervalInHours(int intervalInHours)
Specify an interval in the IntervalUnit.HOUR that the produced
Trigger will repeat at.
|
DailyTimeIntervalMonthScheduleBuilder |
DailyTimeIntervalMonthScheduleBuilder.withIntervalInMinutes(int intervalInMinutes)
Specify an interval in the IntervalUnit.MINUTE that the produced
Trigger will repeat at.
|
DailyTimeIntervalMonthScheduleBuilder |
DailyTimeIntervalMonthScheduleBuilder.withIntervalInSeconds(int intervalInSeconds)
Specify an interval in the IntervalUnit.SECOND that the produced
Trigger will repeat at.
|
DailyTimeIntervalMonthScheduleBuilder |
DailyTimeIntervalMonthScheduleBuilder.withMisfireHandlingInstructionDoNothing()
If the Trigger misfires, use the
DailyTimeIntervalTrigger.MISFIRE_INSTRUCTION_DO_NOTHING instruction. |
DailyTimeIntervalMonthScheduleBuilder |
DailyTimeIntervalMonthScheduleBuilder.withMisfireHandlingInstructionFireAndProceed()
If the Trigger misfires, use the
DailyTimeIntervalTrigger.MISFIRE_INSTRUCTION_FIRE_ONCE_NOW instruction. |
DailyTimeIntervalMonthScheduleBuilder |
DailyTimeIntervalMonthScheduleBuilder.withMisfireHandlingInstructionIgnoreMisfires()
If the Trigger misfires, use the
Trigger.MISFIRE_INSTRUCTION_IGNORE_MISFIRE_POLICY instruction. |
DailyTimeIntervalMonthScheduleBuilder |
DailyTimeIntervalMonthScheduleBuilder.withRepeatCount(int repeatCount)
Set number of times for interval to repeat.
|
Copyright © 2024. All rights reserved.