Package jetbrains.buildServer.serverSide
Class BaseProfilePluginInfo<PropertyInfoType extends BasePropertyInfo>
- java.lang.Object
-
- jetbrains.buildServer.serverSide.BaseProfilePluginInfo<PropertyInfoType>
-
- Direct Known Subclasses:
UserGroupProfilePluginInfo,UserProfilePluginInfo
public abstract class BaseProfilePluginInfo<PropertyInfoType extends BasePropertyInfo> extends Object
- Since:
- 9.0
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseProfilePluginInfo(String pluginType, String pluginName, String displayName, List<PropertyInfoType> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDisplayName()StringgetPluginName()StringgetPluginType()List<PropertyInfoType>getProperties()inthashCode()
-
-
-
Constructor Detail
-
BaseProfilePluginInfo
protected BaseProfilePluginInfo(@NotNull String pluginType, @NotNull String pluginName, @NotNull String displayName, @NotNull List<PropertyInfoType> properties)
-
-
Method Detail
-
getPluginType
@NotNull public String getPluginType()
-
getPluginName
@NotNull public String getPluginName()
-
getDisplayName
@NotNull public String getDisplayName()
-
getProperties
@NotNull public List<PropertyInfoType> getProperties()
-
-