Package | Description |
---|---|
org.quartz |
The main package of Quartz, containing the client-side interfaces.
|
org.quartz.core.jmx | |
org.quartz.impl.triggers |
This package contains Trigger implementations that ship with Quartz.
|
Modifier and Type | Method and Description |
---|---|
TriggerBuilder<SimpleTrigger> |
SimpleTrigger.getTriggerBuilder() |
Modifier and Type | Method and Description |
---|---|
static CompositeData |
SimpleTriggerSupport.toCompositeData(SimpleTrigger trigger) |
Modifier and Type | Method and Description |
---|---|
static TabularData |
SimpleTriggerSupport.toTabularData(List<? extends SimpleTrigger> triggers) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTriggerImpl
|
Modifier and Type | Method and Description |
---|---|
ScheduleBuilder<SimpleTrigger> |
SimpleTriggerImpl.getScheduleBuilder()
Get a
ScheduleBuilder that is configured to produce a
schedule identical to this trigger's schedule. |
Copyright 2001-2019, Terracotta, Inc.