Modifier and Type | Class and Description |
---|---|
static class |
ScheduledTasksEndpoint.CronTaskDescription
A description of a
CronTask or a TriggerTask with a
CronTrigger . |
static class |
ScheduledTasksEndpoint.CustomTriggerTaskDescription
A description of a
TriggerTask with a custom Trigger . |
static class |
ScheduledTasksEndpoint.FixedDelayTaskDescription
A description of a
FixedDelayTask or a TriggerTask with a
fixed-delay PeriodicTrigger . |
static class |
ScheduledTasksEndpoint.FixedRateTaskDescription
A description of a
FixedRateTask or a TriggerTask with a fixed-rate
PeriodicTrigger . |
static class |
ScheduledTasksEndpoint.IntervalTaskDescription
A description of an
IntervalTask . |
static class |
ScheduledTasksEndpoint.RunnableDescription
A description of a
Task's Runnable . |
static class |
ScheduledTasksEndpoint.ScheduledTasksReport
A report of an application's scheduled
Tasks , primarily intended for
serialization to JSON. |
static class |
ScheduledTasksEndpoint.TaskDescription
Base class for descriptions of a
Task . |
Constructor and Description |
---|
ScheduledTasksEndpoint(Collection<org.springframework.scheduling.config.ScheduledTaskHolder> scheduledTaskHolders) |
Modifier and Type | Method and Description |
---|---|
ScheduledTasksEndpoint.ScheduledTasksReport |
scheduledTasks() |
public ScheduledTasksEndpoint(Collection<org.springframework.scheduling.config.ScheduledTaskHolder> scheduledTaskHolders)
@ReadOperation public ScheduledTasksEndpoint.ScheduledTasksReport scheduledTasks()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.