|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjetbrains.buildServer.users.PropertyKey
jetbrains.buildServer.users.PluginPropertyKey
public class PluginPropertyKey
Base class for plugin properties that can be stored in the user profile
| Constructor Summary | |
|---|---|
PluginPropertyKey(java.lang.String propertyKey)
Constructor |
|
PluginPropertyKey(java.lang.String pluginType,
java.lang.String pluginName,
java.lang.String propertyName)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getKey()
Returns string representation of the property key |
java.lang.String |
getPluginName()
Returns name of the plugin |
static boolean |
isPluginPropertyKey(java.lang.String key)
Returns true if the specified string representation is a plugin property key. |
| Methods inherited from class jetbrains.buildServer.users.PropertyKey |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PluginPropertyKey(@NotNull
java.lang.String pluginType,
@NotNull
java.lang.String pluginName,
@NotNull
java.lang.String propertyName)
pluginType - see PluginTypespluginName - name of a pluginpropertyName - name of a property
public PluginPropertyKey(@NotNull
java.lang.String propertyKey)
propertyKey - full property key| Method Detail |
|---|
@NotNull public final java.lang.String getKey()
getKey in class PropertyKey@NotNull public java.lang.String getPluginName()
public static boolean isPluginPropertyKey(java.lang.String key)
key - property key
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||