public static final class QuartzEndpoint.CronTriggerDescription extends QuartzEndpoint.TriggerDescription
CronTrigger.| Constructor and Description |
|---|
CronTriggerDescription(org.quartz.CronTrigger 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, putIfNoNullpublic CronTriggerDescription(org.quartz.CronTrigger trigger)
protected void appendSummary(Map<String,Object> content)
QuartzEndpoint.TriggerDescriptioncontent.appendSummary in class QuartzEndpoint.TriggerDescriptioncontent - the summary of the triggerprotected void appendDetails(Map<String,Object> content)
QuartzEndpoint.TriggerDescriptioncontent.appendDetails in class QuartzEndpoint.TriggerDescriptioncontent - the details of the trigger