Package jetbrains.buildServer.serverSide
Class UserProfilePluginInfo
- java.lang.Object
-
- jetbrains.buildServer.serverSide.BaseProfilePluginInfo<UserPropertyInfo>
-
- jetbrains.buildServer.serverSide.UserProfilePluginInfo
-
public class UserProfilePluginInfo extends BaseProfilePluginInfo<UserPropertyInfo>
Describes information about plugin that provides some user properties to be edited on user profile page.- Since:
- 8.0
-
-
Constructor Summary
Constructors Constructor Description UserProfilePluginInfo(String pluginType, String pluginName, String displayName, List<UserPropertyInfo> userProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UserPropertyInfo>
getUserProperties()
-
Methods inherited from class jetbrains.buildServer.serverSide.BaseProfilePluginInfo
equals, getDisplayName, getPluginName, getPluginType, getProperties, hashCode
-
-
-
-
Constructor Detail
-
UserProfilePluginInfo
public UserProfilePluginInfo(@NotNull String pluginType, @NotNull String pluginName, @NotNull String displayName, @NotNull List<UserPropertyInfo> userProperties)
-
-
Method Detail
-
getUserProperties
@NotNull public List<UserPropertyInfo> getUserProperties()
-
-