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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionjakarta.ws.rs.core.Responsejakarta.ws.rs.core.Response
- 
Constructor Details- 
ClusteredEventTestingResource
 
- 
- 
Method Details- 
publishEvent@POST public jakarta.ws.rs.core.Response publishEvent()
- 
getEvent@HEAD @Path("{eventId}") public jakarta.ws.rs.core.Response getEvent(@PathParam("eventId") String eventId) 
 
-