Class EventRecorderBackdoor

java.lang.Object
com.atlassian.jira.dev.backdoor.EventRecorderBackdoor

@Path("/event") @Consumes("application/json") @Produces("application/json") public class EventRecorderBackdoor extends Object
Provides the ability to monitor the events that trigger on the server via REST endpoint.
Since:
v7.0
  • Constructor Details

    • EventRecorderBackdoor

      @Inject public EventRecorderBackdoor(EventRecorder recorder)
  • Method Details

    • getEvents

      @GET public jakarta.ws.rs.core.Response getEvents(@QueryParam("position") int position)
    • deleteRecorder

      @DELETE public jakarta.ws.rs.core.Response deleteRecorder()