类 QuartzEndpoint.TriggerDescriptor
java.lang.Object
org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
- 直接已知子类:
QuartzEndpoint.CalendarIntervalTriggerDescriptor,QuartzEndpoint.CronTriggerDescriptor,QuartzEndpoint.CustomTriggerDescriptor,QuartzEndpoint.DailyTimeIntervalTriggerDescriptor,QuartzEndpoint.SimpleTriggerDescriptor
- 封闭类:
QuartzEndpoint
Base class for descriptions of a
Trigger.-
构造器概要
构造器限定符构造器说明protectedTriggerDescriptor(org.quartz.Trigger trigger, org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerType type) -
方法概要
修饰符和类型方法说明protected abstract voidappendDetails(Map<String, Object> content) Append trigger-implementation specific details to the specifiedcontent.protected abstract voidappendSummary(Map<String, Object> content) Append trigger-implementation specific summary items to the specifiedcontent.buildDetails(org.quartz.Trigger.TriggerState triggerState, Map<String, Object> sanitizedDataMap) Build the full details of the trigger.buildSummary(boolean addTriggerSpecificSummary) Build the summary of the trigger.protected org.quartz.Triggerprotected org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerTypegetType()protected void
-
构造器详细资料
-
TriggerDescriptor
protected TriggerDescriptor(org.quartz.Trigger trigger, org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerType type)
-
-
方法详细资料
-
buildSummary
Build the summary of the trigger.- 参数:
addTriggerSpecificSummary- whether to add trigger-implementation specific summary.- 返回:
- basic properties of the trigger
-
appendSummary
Append trigger-implementation specific summary items to the specifiedcontent.- 参数:
content- the summary of the trigger
-
buildDetails
public Map<String,Object> buildDetails(org.quartz.Trigger.TriggerState triggerState, Map<String, Object> sanitizedDataMap) Build the full details of the trigger.- 参数:
triggerState- the current state of the triggersanitizedDataMap- a sanitized data map ornull- 返回:
- all properties of the trigger
-
appendDetails
Append trigger-implementation specific details to the specifiedcontent.- 参数:
content- the details of the trigger
-
putIfNoNull
-
getTrigger
protected org.quartz.Trigger getTrigger() -
getType
protected org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerType getType()
-