Class SuspendRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.scheduler.SuspendRequest
Request to suspend the scheduler
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionIDs of Jobs that are allowed to run, although the scheduler is suspendedvoid
setAllowRun
(Set<Integer> allowRun) Set allowed Jobs IDs
-
Field Details
-
allowRun
-
-
Constructor Details
-
SuspendRequest
public SuspendRequest()
-
-
Method Details
-
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
-