java.lang.Object
com.gentics.contentnode.rest.model.request.scheduler.SuspendRequest

public class SuspendRequest extends Object
Request to suspend the scheduler
  • Field Details

  • Constructor Details

    • SuspendRequest

      public SuspendRequest()
  • Method Details

    • getAllowRun

      public Set<Integer> getAllowRun()
      IDs of Jobs that are allowed to run, although the scheduler is suspended
      Returns:
      job IDs
    • setAllowRun

      public void setAllowRun(Set<Integer> allowRun)
      Set allowed Jobs IDs
      Parameters:
      allowRun - job IDs