Class UserPluginSectionImpl
- java.lang.Object
-
- jetbrains.buildServer.controllers.profile.BasePluginSection<UserPropertyInfo,SUser,UserForm,UserProperty>
-
- jetbrains.buildServer.controllers.profile.UserPluginSectionImpl
-
- All Implemented Interfaces:
PluginSection<SUser,UserForm,UserProperty>
,UserPluginSection
public class UserPluginSectionImpl extends BasePluginSection<UserPropertyInfo,SUser,UserForm,UserProperty> implements UserPluginSection
- Author:
- Maxim.Manuylov Date: 19.09.2014
-
-
Constructor Summary
Constructors Constructor Description UserPluginSectionImpl(UserProfilePluginInfo plugin, Map<PropertyKey,String> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UserProperty
createProperty(UserPropertyInfo propertyInfo, String initialValue)
-
Methods inherited from class jetbrains.buildServer.controllers.profile.BasePluginSection
getDisplayName, getPluginName, getPluginType, getProperties, getPropertyKey, getPropertyList, hasNotEmptyPropertyValue, isStateModified, validate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.controllers.profile.PluginSection
getDisplayName, getPluginName, getPluginType, getProperties, getPropertyKey, getPropertyList, hasNotEmptyPropertyValue, isStateModified, validate
-
-
-
-
Constructor Detail
-
UserPluginSectionImpl
public UserPluginSectionImpl(@NotNull UserProfilePluginInfo plugin, @NotNull Map<PropertyKey,String> properties)
-
-
Method Detail
-
createProperty
@NotNull protected UserProperty createProperty(@NotNull UserPropertyInfo propertyInfo, String initialValue)
- Specified by:
createProperty
in classBasePluginSection<UserPropertyInfo,SUser,UserForm,UserProperty>
-
-