Package | Description |
---|---|
org.quartz |
The main package of Quartz, containing the client-side interfaces.
|
org.quartz.impl.triggers |
This package contains Trigger implementations that ship with Quartz.
|
Modifier and Type | Method and Description |
---|---|
TriggerBuilder<DailyTimeIntervalTrigger> |
DailyTimeIntervalTrigger.getTriggerBuilder() |
Modifier and Type | Class and Description |
---|---|
class |
DailyTimeIntervalTriggerImpl
A concrete implementation of DailyTimeIntervalTrigger that is used to fire a
based upon daily repeating time intervals. |
Modifier and Type | Method and Description |
---|---|
ScheduleBuilder<DailyTimeIntervalTrigger> |
DailyTimeIntervalTriggerImpl.getScheduleBuilder()
Get a
ScheduleBuilder that is configured to produce a
schedule identical to this trigger's schedule. |
Copyright 2001-2019, Terracotta, Inc.