Uses of Class
com.gentics.contentnode.rest.model.response.scheduler.SchedulerStatusResponse
Package
Description
-
Uses of SchedulerStatusResponse in com.gentics.contentnode.rest.model.response.scheduler
Modifier and TypeMethodDescriptionSchedulerStatusResponse.setAllowRun
(Set<Integer> allowRun) Set allowed Jobs IDsSchedulerStatusResponse.setExecutorStatus
(SchedulerExecutorStatus executorStatus) Set the scheduler executor status.SchedulerStatusResponse.setStatus
(SchedulerStatus status) Set the status -
Uses of SchedulerStatusResponse in com.gentics.contentnode.rest.resource.scheduler
Modifier and TypeMethodDescriptionSchedulerResource.resume()
Resume the schedulerSchedulerResource.status
(boolean fixExecutor) Get the scheduler status and optionally restart the scheduler executor if it is not running.SchedulerResource.suspend
(SuspendRequest request) Suspend the scheduler