Package hudson.model
Class TextParameterValue
- java.lang.Object
-
- hudson.model.ParameterValue
-
- hudson.model.StringParameterValue
-
- hudson.model.TextParameterValue
-
- All Implemented Interfaces:
Serializable
public class TextParameterValue extends StringParameterValue
- Author:
- Rafa de la Torre
- 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 TextParameterValue(String name, String value)
TextParameterValue(String name, String value, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class hudson.model.StringParameterValue
buildEnvironment, createVariableResolver, doTrim, equals, getShortDescription, 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
-
-