Class QuartzEndpoint.DailyTimeIntervalTriggerDescription
java.lang.Object
org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescription
org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescription
- Enclosing class:
- QuartzEndpoint
public static final class QuartzEndpoint.DailyTimeIntervalTriggerDescription
extends QuartzEndpoint.TriggerDescription
A description of a
DailyTimeIntervalTrigger
.-
Constructor Summary
ConstructorDescriptionDailyTimeIntervalTriggerDescription
(org.quartz.DailyTimeIntervalTrigger trigger) -
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.TriggerDescription
buildDetails, buildSummary, getTrigger, getType, putIfNoNull
-
Constructor Details
-
DailyTimeIntervalTriggerDescription
public DailyTimeIntervalTriggerDescription(org.quartz.DailyTimeIntervalTrigger trigger)
-
-
Method Details
-
appendSummary
Description copied from class:QuartzEndpoint.TriggerDescription
Append trigger-implementation specific summary items to the specifiedcontent
.- Specified by:
appendSummary
in classQuartzEndpoint.TriggerDescription
- Parameters:
content
- the summary of the trigger
-
appendDetails
Description copied from class:QuartzEndpoint.TriggerDescription
Append trigger-implementation specific details to the specifiedcontent
.- Specified by:
appendDetails
in classQuartzEndpoint.TriggerDescription
- Parameters:
content
- the details of the trigger
-