Uses of Interface
jetbrains.buildServer.serverSide.CustomSettings
-
Packages that use CustomSettings Package Description jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl -
-
Uses of CustomSettings in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return CustomSettings Modifier and Type Method Description CustomSettings
CustomSettingsManager. getCustomSettings(String name)
Deprecated.Returns theCustomSettings
instance of the specifiedname
.CustomSettings
CustomSettingsManager. getCustomSettings(PluginDescriptor descriptor)
Deprecated.A convenient method, which correspond to a call: -
Uses of CustomSettings in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement CustomSettings Modifier and Type Class Description class
CustomSettingsImpl
Implements the storage over the file system.Methods in jetbrains.buildServer.serverSide.impl that return CustomSettings Modifier and Type Method Description CustomSettings
CustomSettingsManagerImpl. getCustomSettings(String name)
CustomSettings
CustomSettingsManagerImpl. getCustomSettings(PluginDescriptor descriptor)
-