Class Base64EncodedStringParameterValue
- java.lang.Object
-
- hudson.model.ParameterValue
-
- hudson.model.StringParameterValue
-
- com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.parameters.Base64EncodedStringParameterValue
-
- All Implemented Interfaces:
Serializable
public class Base64EncodedStringParameterValue extends StringParameterValue
A parameter value for Base64 encoded string.- Author:
- rinrinne a.k.a. rin_ne (rinrin.ne@gmail.com)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class hudson.model.StringParameterValue
value
-
Fields inherited from class hudson.model.ParameterValue
name
-
-
Constructor Summary
Constructors Constructor Description Base64EncodedStringParameterValue(String name, String value)
Default constructor.Base64EncodedStringParameterValue(String name, String value, String description)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getShortDescription()
String
toString()
-
Methods inherited from class hudson.model.StringParameterValue
buildEnvironment, createVariableResolver, doTrim, equals, getValue, hashCode
-
Methods inherited from class hudson.model.ParameterValue
buildEnvVars, buildEnvVars, createBuildWrapper, getAssignedLabel, getDefinition, getDescription, getFormattedDescription, getName, isSensitive, setDescription
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classStringParameterValue
-
getShortDescription
public String getShortDescription()
- Overrides:
getShortDescription
in classStringParameterValue
-
-