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 GlobalSettingsgetGlobalSettings()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:SettingsServiceGet the current values of global settings.- Specified by:
getGlobalSettingsin interfaceSettingsService
-
-