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 protected
BaseProfilePluginInfo(String pluginType, String pluginName, String displayName, List<PropertyInfoType> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDisplayName()
String
getPluginName()
String
getPluginType()
List<PropertyInfoType>
getProperties()
int
hashCode()
-
-
-
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()
-
-