Class CustomSettingsImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.CustomSettingsImpl
-
- All Implemented Interfaces:
CustomSettings
public class CustomSettingsImpl extends Object implements CustomSettings
Implements the storage over the file system.- Since:
- 7.0
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
-
-
Constructor Summary
Constructors Constructor Description CustomSettingsImpl(ServerPaths serverPaths, FileWatcherFactory fileWatcherFactory, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SettingsMapImpl
getGlobalSettings()
Returns the global settings.
-
-
-
Constructor Detail
-
CustomSettingsImpl
public CustomSettingsImpl(@NotNull ServerPaths serverPaths, @NotNull FileWatcherFactory fileWatcherFactory, @NotNull String name)
-
-
Method Detail
-
getGlobalSettings
@NotNull public SettingsMapImpl getGlobalSettings()
Description copied from interface:CustomSettings
Returns the global settings. The actual persistent storage is not created at the moment of this call (though it may already exist), but rather on a first I/O operation.- Specified by:
getGlobalSettings
in interfaceCustomSettings
- Returns:
- global settings map
-
-