Uses of Class
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescription
Packages that use ScheduledTasksEndpoint.TaskDescription
-
Uses of ScheduledTasksEndpoint.TaskDescription in org.springframework.boot.actuate.scheduling
Modifier and TypeClassDescriptionstatic final class
static final class
A description of aTriggerTask
with a customTrigger
.static final class
static final class
static class
A description of anIntervalTask
.Methods in org.springframework.boot.actuate.scheduling that return types with arguments of type ScheduledTasksEndpoint.TaskDescriptionModifier and TypeMethodDescriptionScheduledTasksEndpoint.ScheduledTasksReport.getCron()
ScheduledTasksEndpoint.ScheduledTasksReport.getCustom()
ScheduledTasksEndpoint.ScheduledTasksReport.getFixedDelay()
ScheduledTasksEndpoint.ScheduledTasksReport.getFixedRate()