Package hudson.model
Class TextParameterValue
java.lang.Object
hudson.model.ParameterValue
hudson.model.StringParameterValue
hudson.model.TextParameterValue
- All Implemented Interfaces:
Serializable
- Author:
- Rafa de la Torre
- See Also:
-
Field Summary
Fields inherited from class hudson.model.StringParameterValue
value
Fields inherited from class hudson.model.ParameterValue
name
-
Constructor Summary
ConstructorDescriptionTextParameterValue
(String name, String value) TextParameterValue
(String name, String value, String description) -
Method Summary
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
-
Constructor Details
-
TextParameterValue
-
TextParameterValue
-
-
Method Details
-
toString
- Overrides:
toString
in classStringParameterValue
-