Class LongTaskResource

java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.LongTaskResource

public class LongTaskResource extends Object
REST wrapper for the LongTaskService.
  • Constructor Details

    • LongTaskResource

      @Inject public LongTaskResource(LongTaskService longTaskService)
  • Method Details

    • getTasks

      public RestList<LongTaskStatus> getTasks(String expand, int start, int limit, @Context javax.ws.rs.core.UriInfo uriInfo)
    • getTask

      @PublicApi public LongTaskStatus getTask(String idStr, String expand)
    • submissionResponse

      public static javax.ws.rs.core.Response submissionResponse(LongTaskSubmission taskSubmission)
      Produce a HTTP Accept 202 response from some other resource pointing to this class's LongTaskStatus resource.