public static final class QuartzEndpoint.DailyTimeIntervalTriggerDescription extends QuartzEndpoint.TriggerDescription
DailyTimeIntervalTrigger
.Constructor and Description |
---|
DailyTimeIntervalTriggerDescription(org.quartz.DailyTimeIntervalTrigger trigger) |
Modifier and Type | Method and Description |
---|---|
protected void |
appendDetails(Map<String,Object> content)
Append trigger-implementation specific details to the specified
content . |
protected void |
appendSummary(Map<String,Object> content)
Append trigger-implementation specific summary items to the specified
content . |
buildDetails, buildSummary, getTrigger, getType, putIfNoNull
public DailyTimeIntervalTriggerDescription(org.quartz.DailyTimeIntervalTrigger trigger)
protected void appendSummary(Map<String,Object> content)
QuartzEndpoint.TriggerDescription
content
.appendSummary
in class QuartzEndpoint.TriggerDescription
content
- the summary of the triggerprotected void appendDetails(Map<String,Object> content)
QuartzEndpoint.TriggerDescription
content
.appendDetails
in class QuartzEndpoint.TriggerDescription
content
- the details of the trigger