类 QuartzEndpoint.DailyTimeIntervalTriggerDescriptor
java.lang.Object
org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescriptor
- 封闭类:
QuartzEndpoint
public static final class QuartzEndpoint.DailyTimeIntervalTriggerDescriptor
extends QuartzEndpoint.TriggerDescriptor
Description of a
DailyTimeIntervalTrigger
.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected 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
.从类继承的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
buildDetails, buildSummary, getTrigger, getType, putIfNoNull
-
构造器详细资料
-
DailyTimeIntervalTriggerDescriptor
public DailyTimeIntervalTriggerDescriptor(org.quartz.DailyTimeIntervalTrigger trigger)
-
-
方法详细资料
-
appendSummary
从类复制的说明:QuartzEndpoint.TriggerDescriptor
Append trigger-implementation specific summary items to the specifiedcontent
.- 指定者:
appendSummary
在类中QuartzEndpoint.TriggerDescriptor
- 参数:
content
- the summary of the trigger
-
appendDetails
从类复制的说明:QuartzEndpoint.TriggerDescriptor
Append trigger-implementation specific details to the specifiedcontent
.- 指定者:
appendDetails
在类中QuartzEndpoint.TriggerDescriptor
- 参数:
content
- the details of the trigger
-