public class SimpleParameter extends BaseParameter
myDescription, myName, myValue| Constructor and Description |
|---|
SimpleParameter(java.lang.String name,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getCompareValue() |
void |
writeTo(org.jdom.Element parent)
Deprecated.
use jetbrains.buildServer.util.XmlUtil#writeParameter(org.jdom.Element, java.lang.String, java.lang.String)
|
compareTo, equals, getControlDescription, getName, getValue, hashCode, isConfigParameter, isEnvironmentVariable, isEnvironmentVariable, isSystemProperty, isSystemProperty, toStringpublic SimpleParameter(@NotNull
java.lang.String name,
@NotNull
java.lang.String value)
@NotNull protected java.lang.String getCompareValue()
getCompareValue in class BaseParameter@Deprecated public void writeTo(org.jdom.Element parent)
parent - element to add persisted data