Uses of Class
com.gentics.contentnode.rest.model.response.scheduler.SchedulerExecutorStatus
-
Packages that use SchedulerExecutorStatus Package Description com.gentics.contentnode.rest.model.response.scheduler -
-
Uses of SchedulerExecutorStatus in com.gentics.contentnode.rest.model.response.scheduler
Fields in com.gentics.contentnode.rest.model.response.scheduler declared as SchedulerExecutorStatus Modifier and Type Field Description protected SchedulerExecutorStatus
SchedulerStatusResponse. executorStatus
Methods in com.gentics.contentnode.rest.model.response.scheduler that return SchedulerExecutorStatus Modifier and Type Method Description SchedulerExecutorStatus
SchedulerStatusResponse. getExecutorStatus()
The scheduler executor status.static SchedulerExecutorStatus
SchedulerExecutorStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchedulerExecutorStatus[]
SchedulerExecutorStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gentics.contentnode.rest.model.response.scheduler with parameters of type SchedulerExecutorStatus Modifier and Type Method Description SchedulerStatusResponse
SchedulerStatusResponse. setExecutorStatus(SchedulerExecutorStatus executorStatus)
Set the scheduler executor status.
-