Uses of Class
jetbrains.buildServer.serverSide.UserPropertyInfo
-
-
Uses of UserPropertyInfo in jetbrains.buildServer.controllers.profile
Methods in jetbrains.buildServer.controllers.profile with parameters of type UserPropertyInfo Modifier and Type Method Description protected UserProperty
UserPluginSectionImpl. createProperty(UserPropertyInfo propertyInfo, String initialValue)
Constructors in jetbrains.buildServer.controllers.profile with parameters of type UserPropertyInfo Constructor Description UserProperty(UserPropertyInfo userProperty, String initialValue)
-
Uses of UserPropertyInfo in jetbrains.buildServer.notification
Method parameters in jetbrains.buildServer.notification with type arguments of type UserPropertyInfo Modifier and Type Method Description void
NotificatorRegistry. register(Notificator notificator, List<UserPropertyInfo> userProperties)
Registers notificator in the registry. -
Uses of UserPropertyInfo in jetbrains.buildServer.notification.impl
Method parameters in jetbrains.buildServer.notification.impl with type arguments of type UserPropertyInfo Modifier and Type Method Description void
NotificatorRegistryImpl. register(Notificator notificator, List<UserPropertyInfo> userProperties)
-
Uses of UserPropertyInfo in jetbrains.buildServer.serverSide
Subclasses of UserPropertyInfo in jetbrains.buildServer.serverSide Modifier and Type Class Description class
UserAuthPropertyInfo
UserPropertyInfo
extension that is used by an authentication moduleMethods in jetbrains.buildServer.serverSide that return types with arguments of type UserPropertyInfo Modifier and Type Method Description List<UserPropertyInfo>
UserProfilePluginInfo. getUserProperties()
Method parameters in jetbrains.buildServer.serverSide with type arguments of type UserPropertyInfo Modifier and Type Method Description void
PluginProperties. setNotificatorProperties(Notificator notificator, List<UserPropertyInfo> userProperties)
Deprecated.Constructor parameters in jetbrains.buildServer.serverSide with type arguments of type UserPropertyInfo Constructor Description UserProfilePluginInfo(String pluginType, String pluginName, String displayName, List<UserPropertyInfo> userProperties)
-
Uses of UserPropertyInfo in jetbrains.buildServer.serverSide.impl
Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type UserPropertyInfo Modifier and Type Method Description void
PluginPropertiesImpl. setNotificatorProperties(Notificator notificator, List<UserPropertyInfo> userProperties)
-