クラス ScheduledTasksEndpoint.TaskDescriptor
java.lang.ObjectSE
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescriptor
- 既知の直属サブクラス
ScheduledTasksEndpoint.CronTaskDescriptor, ScheduledTasksEndpoint.CustomTriggerTaskDescriptor, ScheduledTasksEndpoint.IntervalTaskDescriptor
- 含まれているクラス:
ScheduledTasksEndpoint
コンストラクター概要
コンストラクター修飾子コンストラクター説明protectedTaskDescriptor(ScheduledTask scheduledTask, org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type) 方法の概要
修飾子と型メソッド説明final @Nullable ScheduledTasksEndpoint.LastExecutionfinal @Nullable ScheduledTasksEndpoint.NextExecution
コンストラクターの詳細
TaskDescriptor
protected TaskDescriptor(ScheduledTask scheduledTask, org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type)
メソッドの詳細
getRunnable
getNextExecution
getLastExecution