Class QuartzEndpoint.CustomTriggerDescription
java.lang.Object
org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescription
org.springframework.boot.actuate.quartz.QuartzEndpoint.CustomTriggerDescription
- Enclosing class:
- QuartzEndpoint
public static final class QuartzEndpoint.CustomTriggerDescription
extends QuartzEndpoint.TriggerDescription
A description of a custom
Trigger.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendDetails(Map<String, Object> content) Append trigger-implementation specific details to the specifiedcontent.protected voidappendSummary(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
-
CustomTriggerDescription
public CustomTriggerDescription(org.quartz.Trigger trigger)
-
-
Method Details
-
appendSummary
Description copied from class:QuartzEndpoint.TriggerDescriptionAppend trigger-implementation specific summary items to the specifiedcontent.- Specified by:
appendSummaryin classQuartzEndpoint.TriggerDescription- Parameters:
content- the summary of the trigger
-
appendDetails
Description copied from class:QuartzEndpoint.TriggerDescriptionAppend trigger-implementation specific details to the specifiedcontent.- Specified by:
appendDetailsin classQuartzEndpoint.TriggerDescription- Parameters:
content- the details of the trigger
-