Class UserGroupPluginSectionImpl
- java.lang.Object
-
- jetbrains.buildServer.controllers.profile.BasePluginSection<UserGroupPropertyInfo,SUserGroup,UserGroupForm,UserGroupProperty>
-
- jetbrains.buildServer.controllers.profile.UserGroupPluginSectionImpl
-
- All Implemented Interfaces:
PluginSection<SUserGroup,UserGroupForm,UserGroupProperty>
,UserGroupPluginSection
public class UserGroupPluginSectionImpl extends BasePluginSection<UserGroupPropertyInfo,SUserGroup,UserGroupForm,UserGroupProperty> implements UserGroupPluginSection
- Author:
- Maxim.Manuylov Date: 19.09.2014
-
-
Constructor Summary
Constructors Constructor Description UserGroupPluginSectionImpl(UserGroupProfilePluginInfo plugin, Map<PropertyKey,String> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UserGroupProperty
createProperty(UserGroupPropertyInfo 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
-
UserGroupPluginSectionImpl
public UserGroupPluginSectionImpl(@NotNull UserGroupProfilePluginInfo plugin, @NotNull Map<PropertyKey,String> properties)
-
-
Method Detail
-
createProperty
@NotNull protected UserGroupProperty createProperty(@NotNull UserGroupPropertyInfo propertyInfo, String initialValue)
- Specified by:
createProperty
in classBasePluginSection<UserGroupPropertyInfo,SUserGroup,UserGroupForm,UserGroupProperty>
-
-