| Package | Description |
|---|---|
| com.helger.quartz |
The main package of Quartz, containing the client-side interfaces.
|
| com.helger.quartz.impl.triggers |
This package contains Trigger implementations that ship with Quartz.
|
| Modifier and Type | Method and Description |
|---|---|
DailyTimeIntervalTrigger |
DailyTimeIntervalScheduleBuilder.build()
Build the actual Trigger -- NOT intended to be invoked by end users, but
will rather be invoked by a TriggerBuilder which this ScheduleBuilder is
given to.
|
| Modifier and Type | Method and Description |
|---|---|
DailyTimeIntervalTrigger |
DailyTimeIntervalTrigger.getClone() |
| Modifier and Type | Method and Description |
|---|---|
IScheduleBuilder<DailyTimeIntervalTrigger> |
DailyTimeIntervalTrigger.getScheduleBuilder()
Get a
IScheduleBuilder that is configured to produce a schedule
identical to this trigger's schedule. |
| Constructor and Description |
|---|
DailyTimeIntervalTrigger(DailyTimeIntervalTrigger aOther) |
Copyright © 2016–2021 Philip Helger. All rights reserved.