com.atlassian.jira.rest.v2
Class ServerInfoResource

java.lang.Object
  extended by com.atlassian.jira.rest.v2.ServerInfoResource

public class ServerInfoResource
extends Object

Since:
v4.2

Constructor Summary
ServerInfoResource(ApplicationProperties properties, BuildUtilsInfo buildUtils, JiraAuthenticationContext authContext, PermissionManager permissionManager)
           
 
Method Summary
 javax.ws.rs.core.Response getServerInfo()
          Returns general information about the current JIRA server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerInfoResource

public ServerInfoResource(ApplicationProperties properties,
                          BuildUtilsInfo buildUtils,
                          JiraAuthenticationContext authContext,
                          PermissionManager permissionManager)
Method Detail

getServerInfo

public javax.ws.rs.core.Response getServerInfo()
Returns general information about the current JIRA server.

Returns:
a Response containing a ServerInfoBean


Copyright © 2002-2012 Atlassian. All Rights Reserved.