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 UserPropertyUserPluginSectionImpl. 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 voidNotificatorRegistry. 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 voidNotificatorRegistryImpl. 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 classUserAuthPropertyInfoUserPropertyInfoextension 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 voidPluginProperties. 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 voidPluginPropertiesImpl. setNotificatorProperties(Notificator notificator, List<UserPropertyInfo> userProperties)
-