CronTrigger |
CronTrigger.daysOfMonth(int... d) |
Configure the day-of-month cron field, overwriting any previous value for day-of-month.
|
CronTrigger |
CronTrigger.daysOfMonth(String d) |
Configure the day-of-month cron field, overwriting any previous value for day-of-month.
|
CronTrigger |
CronTrigger.daysOfWeek(String d) |
Configure the day-of-week cron field, overwriting any previous value for day-of-week.
|
CronTrigger |
CronTrigger.daysOfWeek(DayOfWeek... d) |
Configure the day-of-week cron field, overwriting any previous value for day-of-week.
|
CronTrigger |
CronTrigger.hours(int... h) |
Configure the hours cron field, overwriting any previous value for hours.
|
CronTrigger |
CronTrigger.hours(String h) |
Configure the hours cron field, overwriting any previous value for hours.
|
CronTrigger |
CronTrigger.minutes(int... m) |
Configure the minutes cron field, overwriting any previous value for minutes.
|
CronTrigger |
CronTrigger.minutes(String m) |
Configure the minutes cron field, overwriting any previous value for minutes.
|
CronTrigger |
CronTrigger.months(String m) |
Configure the months cron field, overwriting any previous value for months.
|
CronTrigger |
CronTrigger.months(Month... m) |
Configure the month cron field, overwriting any previous value for month.
|
CronTrigger |
CronTrigger.seconds(int... s) |
Configure the seconds cron field, overwriting any previous value for seconds.
|
CronTrigger |
CronTrigger.seconds(String s) |
Configure the seconds cron field, overwriting any previous value for seconds.
|