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, OfBizDelegator ofBizDelegator)
           
 
Method Summary
 com.atlassian.jira.rest.v2.ServerInfoBean getServerInfo(boolean doHealthCheck)
          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,
                          OfBizDelegator ofBizDelegator)
Method Detail

getServerInfo

public com.atlassian.jira.rest.v2.ServerInfoBean getServerInfo(boolean doHealthCheck)
Returns general information about the current JIRA server.

Returns:
a Response containing a ServerInfoBean


Copyright © 2002-2013 Atlassian. All Rights Reserved.