Class PruningJobResource

java.lang.Object
com.atlassian.labs.crowd.directory.pruning.rest.PruningJobResource

@Path("/job") @Produces("application/json") @Consumes("application/json") public class PruningJobResource extends Object
  • Constructor Details

  • Method Details

    • runPruningJob

      @POST @Path("/run") public javax.ws.rs.core.Response runPruningJob() throws com.atlassian.scheduler.SchedulerServiceException
      Throws:
      com.atlassian.scheduler.SchedulerServiceException
    • getPruningStatus

      @GET @Path("/status") public PruningJobStatusEntity getPruningStatus()