Class PullChangesResource

java.lang.Object
com.atlassian.bamboo.plugins.jira.rest.resource.PullChangesResource

@Path("/dev-status-pull-changes") @Consumes("application/json") @Produces("application/json;charset=utf-8") @Singleton public class PullChangesResource extends Object
Endpoint for the dev-status-pull-changes Capability
  • Constructor Details

    • PullChangesResource

      @Inject public PullChangesResource(PlanResultSearcher planResultSearcher, com.atlassian.sal.api.user.UserManager userManager, com.atlassian.sal.api.auth.OAuthRequestVerifierFactory requestVerifierFactory)
  • Method Details

    • getChanges

      @GET public javax.ws.rs.core.Response getChanges(@Nullable @QueryParam("sequenceNo") @Nullable String sequenceNo, @Nullable @QueryParam("maxResults") @Nullable Integer maxResultsParam)