Class QuartzEndpoint.CronTriggerDescriptor
java.lang.Object
org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
org.springframework.boot.actuate.quartz.QuartzEndpoint.CronTriggerDescriptor
- Enclosing class:
- QuartzEndpoint
public static final class QuartzEndpoint.CronTriggerDescriptor
extends QuartzEndpoint.TriggerDescriptor
Description of a
CronTrigger
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
appendDetails
(Map<String, Object> content) Append trigger-implementation specific details to the specifiedcontent
.protected void
appendSummary
(Map<String, Object> content) Append trigger-implementation specific summary items to the specifiedcontent
.Methods inherited from class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
buildDetails, buildSummary, getTrigger, getType, putIfNoNull
-
Constructor Details
-
CronTriggerDescriptor
public CronTriggerDescriptor(org.quartz.CronTrigger trigger)
-
-
Method Details
-
appendSummary
Description copied from class:QuartzEndpoint.TriggerDescriptor
Append trigger-implementation specific summary items to the specifiedcontent
.- Specified by:
appendSummary
in classQuartzEndpoint.TriggerDescriptor
- Parameters:
content
- the summary of the trigger
-
appendDetails
Description copied from class:QuartzEndpoint.TriggerDescriptor
Append trigger-implementation specific details to the specifiedcontent
.- Specified by:
appendDetails
in classQuartzEndpoint.TriggerDescriptor
- Parameters:
content
- the details of the trigger
-