com.atlassian.jira.dev.backdoor
Class JiraConcurrentRequestsInfo

java.lang.Object
  extended by com.atlassian.jira.dev.backdoor.JiraConcurrentRequestsInfo

public class JiraConcurrentRequestsInfo
extends Object

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
JiraConcurrentRequestsInfo()
           
 
Method Summary
 javax.ws.rs.core.Response getInfo(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraConcurrentRequestsInfo

public JiraConcurrentRequestsInfo()
Method Detail

getInfo

public javax.ws.rs.core.Response getInfo(@Context
                                         javax.servlet.http.HttpServletRequest request)


Copyright © 2002-2012 Atlassian. All Rights Reserved.