|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjetbrains.buildServer.controllers.RememberState
jetbrains.buildServer.controllers.BasePropertiesBean
public class BasePropertiesBean
This form bean contains a map of properties and tracks its state. It is being used in several forms for representing properties of various plugins, like VCS support and build runners.
| Constructor Summary | |
|---|---|
BasePropertiesBean(java.util.Map<java.lang.String,java.lang.String> properties)
Constructs new bean from the specified map of properties |
|
| Method Summary | |
|---|---|
void |
clearProperties()
Clears properties. |
java.lang.String |
getEncryptedPropertyValue(java.lang.String propertyName)
Returns encrypted form of the specified property. |
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Returns map of properties stored in this bean. |
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Overwrites all of the properties stored in this bean with specified map. |
void |
setProperty(java.lang.String name,
java.lang.String value)
Sets specified value to a property with specified name. |
| Methods inherited from class jetbrains.buildServer.controllers.RememberState |
|---|
findField, forgetState, isFieldModified, isStateModified, rememberState |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasePropertiesBean(@Nullable
java.util.Map<java.lang.String,java.lang.String> properties)
properties - map of properties| Method Detail |
|---|
public java.util.Map<java.lang.String,java.lang.String> getProperties()
public void setProperty(java.lang.String name,
java.lang.String value)
name - name of the propertyvalue - value of the propertypublic void setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
properties - map of the propertiespublic void clearProperties()
public java.lang.String getEncryptedPropertyValue(java.lang.String propertyName)
propertyName - name of the property
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||