Class SchedulerStatusResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.scheduler.SchedulerStatusResponse
- All Implemented Interfaces:
Serializable
Scheduler status
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionIDs of Jobs that are allowed to run, although the scheduler is suspendedThe scheduler executor status.Scheduler statussetAllowRun
(Set<Integer> allowRun) Set allowed Jobs IDssetExecutorStatus
(SchedulerExecutorStatus executorStatus) Set the scheduler executor status.setStatus
(SchedulerStatus status) Set the statusMethods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Field Details
-
status
-
executorStatus
-
allowRun
-
-
Constructor Details
-
SchedulerStatusResponse
public SchedulerStatusResponse()
-
-
Method Details
-
getStatus
Scheduler status- Returns:
- status
-
setStatus
Set the status- Parameters:
status
- status- Returns:
- fluent API
-
getExecutorStatus
The scheduler executor status.- Returns:
- The scheduler executor status.
-
setExecutorStatus
Set the scheduler executor status.- Parameters:
executorStatus
- The scheduler executor status.- Returns:
- fluent API
-
getAllowRun
IDs of Jobs that are allowed to run, although the scheduler is suspended- Returns:
- job IDs
-
setAllowRun
Set allowed Jobs IDs- Parameters:
allowRun
- job IDs- Returns:
- fluent API
-