Class SettingsServiceImpl
- java.lang.Object
-
- com.atlassian.confluence.api.impl.service.settings.SettingsServiceImpl
-
- All Implemented Interfaces:
SettingsService
public class SettingsServiceImpl extends Object implements SettingsService
Server implementation of APISettingsService
.- Since:
- 5.10
-
-
Constructor Summary
Constructors Constructor Description SettingsServiceImpl(SettingsManager settingsManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull GlobalSettings
getGlobalSettings()
Get the current values of global settings.
-
-
-
Constructor Detail
-
SettingsServiceImpl
public SettingsServiceImpl(SettingsManager settingsManager)
-
-
Method Detail
-
getGlobalSettings
public @NonNull GlobalSettings getGlobalSettings()
Description copied from interface:SettingsService
Get the current values of global settings.- Specified by:
getGlobalSettings
in interfaceSettingsService
-
-