Uses of Enum Class
com.gentics.contentnode.rest.model.response.scheduler.SchedulerExecutorStatus
Packages that use SchedulerExecutorStatus
-
Uses of SchedulerExecutorStatus in com.gentics.contentnode.rest.model.response.scheduler
Fields in com.gentics.contentnode.rest.model.response.scheduler declared as SchedulerExecutorStatusModifier and TypeFieldDescriptionprotected SchedulerExecutorStatus
SchedulerStatusResponse.executorStatus
Methods in com.gentics.contentnode.rest.model.response.scheduler that return SchedulerExecutorStatusModifier and TypeMethodDescriptionSchedulerStatusResponse.getExecutorStatus()
The scheduler executor status.static SchedulerExecutorStatus
Returns the enum constant of this class with the specified name.static SchedulerExecutorStatus[]
SchedulerExecutorStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gentics.contentnode.rest.model.response.scheduler with parameters of type SchedulerExecutorStatusModifier and TypeMethodDescriptionSchedulerStatusResponse.setExecutorStatus
(SchedulerExecutorStatus executorStatus) Set the scheduler executor status.