Uses of Class
org.springframework.boot.quartz.actuate.endpoint.QuartzEndpoint.QuartzJobGroupSummaryDescriptor
Packages that use QuartzEndpoint.QuartzJobGroupSummaryDescriptor
Package
Description
Actuator endpoint for Quartz Scheduler.
-
Uses of QuartzEndpoint.QuartzJobGroupSummaryDescriptor in org.springframework.boot.quartz.actuate.endpoint
Methods in org.springframework.boot.quartz.actuate.endpoint that return QuartzEndpoint.QuartzJobGroupSummaryDescriptorModifier and TypeMethodDescriptionQuartzEndpoint.quartzJobGroupSummary(String group) Return a summary of the jobs group with the specified name ornullif no such group exists.