Class IpdResource
java.lang.Object
com.atlassian.confluence.functest.rest.admin.IpdResource
@Consumes("application/json")
@Produces("application/json")
@Path("/admin/ipd")
public class IpdResource
extends Object
Flushes In Product Diagnostics metrics to JMX. Called by IpdTestHelper.
- Since:
- 8.1.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IpdResource
public IpdResource()
-
-
Method Details
-
searchMetrics
@GET @Path("search") public Map<String,Object> searchMetrics(@QueryParam("name") String name) throws JMException - Throws:
JMException
-