Class SuspendRequest
- java.lang.Object
-
- com.gentics.contentnode.rest.model.request.scheduler.SuspendRequest
-
public class SuspendRequest extends Object
Request to suspend the scheduler
-
-
Constructor Summary
Constructors Constructor Description SuspendRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Integer>
getAllowRun()
IDs of Jobs that are allowed to run, although the scheduler is suspendedvoid
setAllowRun(Set<Integer> allowRun)
Set allowed Jobs IDs
-