Uses of Class
jetbrains.buildServer.serverSide.UserGroupProfilePluginInfo
-
Packages that use UserGroupProfilePluginInfo Package Description jetbrains.buildServer.controllers.profile jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl -
-
Uses of UserGroupProfilePluginInfo in jetbrains.buildServer.controllers.profile
Constructors in jetbrains.buildServer.controllers.profile with parameters of type UserGroupProfilePluginInfo Constructor Description UserGroupPluginSectionImpl(UserGroupProfilePluginInfo plugin, Map<PropertyKey,String> properties) -
Uses of UserGroupProfilePluginInfo in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return types with arguments of type UserGroupProfilePluginInfo Modifier and Type Method Description List<UserGroupProfilePluginInfo>UserAuthSettingsPluginsRegistry. getAvailableUserGroupAuthSettingsPlugins()Returns all registered user group settings plugins.Methods in jetbrains.buildServer.serverSide with parameters of type UserGroupProfilePluginInfo Modifier and Type Method Description voidUserAuthSettingsPluginsRegistry. registerUserGroupAuthSettingsPlugin(AuthModuleType authModuleType, UserGroupProfilePluginInfo pluginInfo)Registers user group settings plugin. -
Uses of UserGroupProfilePluginInfo in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type UserGroupProfilePluginInfo Modifier and Type Method Description List<UserGroupProfilePluginInfo>UserAuthSettingsPluginsRegistryImpl. getAvailableUserGroupAuthSettingsPlugins()Methods in jetbrains.buildServer.serverSide.impl with parameters of type UserGroupProfilePluginInfo Modifier and Type Method Description voidUserAuthSettingsPluginsRegistryImpl. registerUserGroupAuthSettingsPlugin(AuthModuleType authModuleType, UserGroupProfilePluginInfo pluginInfo)voidUserAuthSettingsPluginsRegistryImpl. unregisterUserGroupAuthSettingsPlugin(UserGroupProfilePluginInfo pluginInfo)
-