Class AdminSchedulerResource


  • @Path("/scheduler/v1")
    public class AdminSchedulerResource
    extends java.lang.Object
    • Method Detail

      • importJobs

        @POST
        @Path("/jobs")
        @Produces("application/json")
        public javax.ws.rs.core.Response importJobs()
                                             throws org.quartz.SchedulerException
        Throws:
        org.quartz.SchedulerException
      • pauseScheduling

        @PUT
        @Path("/pause/{group}")
        @Produces("application/json")
        public javax.ws.rs.core.Response pauseScheduling​(@PathParam("group")
                                                         java.lang.String group)
                                                  throws org.quartz.SchedulerException
        Throws:
        org.quartz.SchedulerException
      • resumeScheduling

        @PUT
        @Path("/resume/{group}")
        @Produces("application/json")
        public javax.ws.rs.core.Response resumeScheduling​(@PathParam("group")
                                                          java.lang.String group)
                                                   throws org.quartz.SchedulerException
        Throws:
        org.quartz.SchedulerException