@Path(value="/scheduler") @Consumes(value="application/json") @Produces(value="application/json") public class SchedulerResource extends Object
Modifier and Type | Field and Description |
---|---|
static int |
NUMBER_OF_FUTURE_SCHEDULES_TO_RETURN |
Constructor and Description |
---|
SchedulerResource(SchedulerController schedulerController) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
futureSchedules(String cronExpression) |
javax.ws.rs.core.Response |
listJobs() |
public static final int NUMBER_OF_FUTURE_SCHEDULES_TO_RETURN
public SchedulerResource(SchedulerController schedulerController)
@Path(value="jobs") @GET public javax.ws.rs.core.Response listJobs()
@GET @Path(value="future-schedules") public javax.ws.rs.core.Response futureSchedules(@QueryParam(value="cron") String cronExpression)
Copyright © 2021 Atlassian. All rights reserved.
View cookie preferences