Uses of Class
org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzGroupsDescriptor
Packages that use QuartzEndpoint.QuartzGroupsDescriptor
-
Uses of QuartzEndpoint.QuartzGroupsDescriptor in org.springframework.boot.actuate.quartz
Methods in org.springframework.boot.actuate.quartz that return QuartzEndpoint.QuartzGroupsDescriptorModifier and TypeMethodDescriptionQuartzEndpoint.quartzJobGroups()
Return the available job names, identified by group name.QuartzEndpoint.quartzTriggerGroups()
Return the available trigger names, identified by group name.Methods in org.springframework.boot.actuate.quartz that return types with arguments of type QuartzEndpoint.QuartzGroupsDescriptorModifier and TypeMethodDescriptionQuartzEndpointWebExtension.quartzJobOrTriggerGroups
(String jobsOrTriggers)