Class ServerInformationServiceImpl
java.lang.Object
com.atlassian.confluence.api.impl.service.server.ServerInformationServiceImpl
- All Implemented Interfaces:
ServerInformationService
- Since:
- 9.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionServerInformationServiceImpl
(GlobalSettingsManager globalSettingsManager, ServerInformationServiceValidator validator) -
Method Summary
Modifier and TypeMethodDescriptionReturns information about the current application build running on this instance.
-
Constructor Details
-
ServerInformationServiceImpl
public ServerInformationServiceImpl(GlobalSettingsManager globalSettingsManager, ServerInformationServiceValidator validator)
-
-
Method Details
-
getServerInformation
Description copied from interface:ServerInformationService
Returns information about the current application build running on this instance.- Specified by:
getServerInformation
in interfaceServerInformationService
- Returns:
- ServerInformation
-