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 classAbstractProperty<PropertyLinkProviderType,PropertyValidatorType,PropertyInfoType extends BasePropertyInfo<PropertyLinkProviderType,PropertyValidatorType>,EditeeType,EditeeFormType>classBasePluginSection<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 classBaseProfilePluginInfo<PropertyInfoType extends BasePropertyInfo>Subclasses of BasePropertyInfo in jetbrains.buildServer.serverSide Modifier and Type Class Description classUserAuthPropertyInfoUserPropertyInfoextension that is used by an authentication moduleclassUserGroupPropertyInfoDescribes property of the group which correspond to some plugin and can be edited on the group settings page (in the corresponding plugin section).classUserPropertyInfoDescribes property of the user which correspond to some plugin and can be edited on the user settings page (in the corresponding plugin section).
-