Class | Description |
---|---|
ScheduledTasksEndpoint |
Endpoint to expose information about an application's scheduled tasks. |
ScheduledTasksEndpoint.CronTaskDescription |
A description of a
CronTask or a TriggerTask with a
CronTrigger . |
ScheduledTasksEndpoint.FixedDelayTaskDescription |
A description of a
FixedDelayTask or a TriggerTask with a
fixed-delay PeriodicTrigger . |
ScheduledTasksEndpoint.FixedRateTaskDescription |
A description of a
FixedRateTask or a TriggerTask with a fixed-rate
PeriodicTrigger . |
ScheduledTasksEndpoint.IntervalTaskDescription |
A description of an
IntervalTask . |
ScheduledTasksEndpoint.RunnableDescription |
A description of a
Task's Runnable . |
ScheduledTasksEndpoint.ScheduledTasksReport |
A report of an application's scheduled
Tasks , primarily intended for
serialization to JSON. |
ScheduledTasksEndpoint.TaskDescription |
Base class for descriptions of a
Task . |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.