Class ApplicationResource

java.lang.Object
com.atlassian.jira.dev.backdoor.application.ApplicationResource

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

    • ApplicationResource

      @Inject public ApplicationResource(com.atlassian.application.api.ApplicationManager applicationManager, ApplicationEventListener applicationEventListener)
  • Method Details

    • getRoleEvents

      @GET @Path("role-events") public javax.ws.rs.core.Response getRoleEvents()
    • clearRoleEvents

      @GET @Path("role-events/clear") public javax.ws.rs.core.Response clearRoleEvents()
    • getAll

      @GET public javax.ws.rs.core.Response getAll()
    • getKey

      @GET @Path("{key}") public javax.ws.rs.core.Response getKey(@PathParam("key") String key)
    • getCount

      @GET @Path("{key}/count") public javax.ws.rs.core.Response getCount(@PathParam("key") String key, @QueryParam("count") Integer count)
    • getAccess

      @GET @Path("{key}/access") public javax.ws.rs.core.Response getAccess(@PathParam("key") String key, @QueryParam("userKey") String userKey)
    • clearConfiguration

      @PUT @Path("{key}/clearConfiguration") public javax.ws.rs.core.Response clearConfiguration(@PathParam("key") String key)