Class ClusteredEventTestingResource
java.lang.Object
com.atlassian.confluence.functest.rest.cluster.ClusteredEventTestingResource
@Consumes("application/json")
@Produces("application/json")
@Path("/admin/event")
public class ClusteredEventTestingResource
extends Object
- Since:
- 8.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
javax.ws.rs.core.Response
-
Constructor Details
-
ClusteredEventTestingResource
-
-
Method Details
-
publishEvent
@POST public javax.ws.rs.core.Response publishEvent() -
getEvent
@HEAD @Path("{eventId}") public javax.ws.rs.core.Response getEvent(@PathParam("eventId") String eventId)
-