Uses of Class
jetbrains.buildServer.serverSide.SettingDescription
-
Packages that use SettingDescription Package Description jetbrains.buildServer.controllers.admin.projects jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl -
-
Uses of SettingDescription in jetbrains.buildServer.controllers.admin.projects
Methods in jetbrains.buildServer.controllers.admin.projects that return types with arguments of type SettingDescription Modifier and Type Method Description Map<String,SettingDescription>EditableRequirementsBean. getUndefinedParameters() -
Uses of SettingDescription in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return types with arguments of type SettingDescription Modifier and Type Method Description static Map<String,SettingDescription>AbstractBuildSettings. computeUndefinedParameters(Map<String,SettingDescription> referencedParamsMap, Supplier<ParametersProvider> parametersProviderSupplier)Map<String,SettingDescription>AbstractBuildSettings. getReferencedParameters()Map<String,SettingDescription>BuildSettings. getReferencedParameters()Map<String,SettingDescription>AbstractBuildSettings. getUndefinedParameters()Map<String,SettingDescription>BuildSettings. getUndefinedParameters()Computes all undefined parameters based on current settings.Method parameters in jetbrains.buildServer.serverSide with type arguments of type SettingDescription Modifier and Type Method Description static Map<String,SettingDescription>AbstractBuildSettings. computeUndefinedParameters(Map<String,SettingDescription> referencedParamsMap, Supplier<ParametersProvider> parametersProviderSupplier) -
Uses of SettingDescription in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type SettingDescription Modifier and Type Method Description Map<String,SettingDescription>CachingBuildSettings. getReferencedParameters()Map<String,SettingDescription>CachingBuildSettings. getUndefinedParameters()Map<String,SettingDescription>PromotionBuildSettings. getUndefinedParameters()
-