Modifier and Type | Class and Description |
---|---|
static class |
ScheduledTasksEndpoint.CronTaskDescription
|
static class |
ScheduledTasksEndpoint.FixedDelayTaskDescription
|
static class |
ScheduledTasksEndpoint.FixedRateTaskDescription
|
static class |
ScheduledTasksEndpoint.IntervalTaskDescription
A description of an
IntervalTask . |
static class |
ScheduledTasksEndpoint.RunnableDescription
|
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<ScheduledTaskHolder> scheduledTaskHolders) |
Modifier and Type | Method and Description |
---|---|
ScheduledTasksEndpoint.ScheduledTasksReport |
scheduledTasks() |
public ScheduledTasksEndpoint(Collection<ScheduledTaskHolder> scheduledTaskHolders)
@ReadOperation public ScheduledTasksEndpoint.ScheduledTasksReport scheduledTasks()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.