Uses of Class
jetbrains.buildServer.serverSide.BasePropertyInfo
-
Packages that use BasePropertyInfo Package Description jetbrains.buildServer.controllers.profile jetbrains.buildServer.serverSide -
-
Uses of BasePropertyInfo in jetbrains.buildServer.controllers.profile
Classes in jetbrains.buildServer.controllers.profile with type parameters of type BasePropertyInfo Modifier and Type Class Description class
AbstractProperty<PropertyLinkProviderType,PropertyValidatorType,PropertyInfoType extends BasePropertyInfo<PropertyLinkProviderType,PropertyValidatorType>,EditeeType,EditeeFormType>
class
BasePluginSection<PropertyInfoType extends BasePropertyInfo<?,?>,EditeeType,EditeeFormType,PropertyType extends AbstractProperty<?,?,PropertyInfoType,EditeeType,EditeeFormType>>
-
Uses of BasePropertyInfo in jetbrains.buildServer.serverSide
Classes in jetbrains.buildServer.serverSide with type parameters of type BasePropertyInfo Modifier and Type Class Description class
BaseProfilePluginInfo<PropertyInfoType extends BasePropertyInfo>
Subclasses of BasePropertyInfo in jetbrains.buildServer.serverSide Modifier and Type Class Description class
UserAuthPropertyInfo
UserPropertyInfo
extension that is used by an authentication moduleclass
UserGroupPropertyInfo
Describes property of the group which correspond to some plugin and can be edited on the group settings page (in the corresponding plugin section).class
UserPropertyInfo
Describes property of the user which correspond to some plugin and can be edited on the user settings page (in the corresponding plugin section).
-