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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
-
Constructor Details
-
PruningJobResource
-
-
Method Details
-
runPruningJob
@POST @Path("/run") public javax.ws.rs.core.Response runPruningJob() throws com.atlassian.scheduler.SchedulerServiceException- Throws:
com.atlassian.scheduler.SchedulerServiceException
-
getPruningStatus
-