Package com.atlassian.jira.dev.backdoor
Class JiraConcurrentRequestsInfo
java.lang.Object
com.atlassian.jira.dev.backdoor.JiraConcurrentRequestsInfo
Provide some info to the selenium tests about the number of concurrent requests
This resource has the advantage that it doesn't trigger the loading of other resources (e.g. css)
like a big page such as "XmlRestore!default.jspa" would.
Anonymous requests are allowed since this is a func test only plugin and should never be enabled in production
- Since:
- v4.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsegetInfo(jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
JiraConcurrentRequestsInfo
public JiraConcurrentRequestsInfo()
-
-
Method Details
-
getInfo
@GET public jakarta.ws.rs.core.Response getInfo(@Context jakarta.servlet.http.HttpServletRequest request)
-