jetbrains.buildServer.serverSide
Class UserPropertyInfo
java.lang.Object
jetbrains.buildServer.serverSide.UserPropertyInfo
public class UserPropertyInfo
- extends java.lang.Object
Describes property of the user which correspond to some plugin and can be edited on the
user settings page (in the corresponding plugin section).
- Author:
- Pavel.Sher
|
Constructor Summary |
UserPropertyInfo(java.lang.String propertyName,
java.lang.String displayName)
Constructs new property descriptor. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
UserPropertyInfo
public UserPropertyInfo(@NotNull
java.lang.String propertyName,
@NotNull
java.lang.String displayName)
- Constructs new property descriptor.
- Parameters:
propertyName - name of the propertydisplayName - name of the property to show in the UI
getPropertyName
public java.lang.String getPropertyName()
getDisplayName
public java.lang.String getDisplayName()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object