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