Class InheritableStringParameterValue
- java.lang.Object
-
- hudson.model.ParameterValue
-
- hudson.model.StringParameterValue
-
- hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterValue
-
- All Implemented Interfaces:
Serializable
@Deprecated public class InheritableStringParameterValue extends StringParameterValue
Deprecated.since v2.1Deprecated class -- remove following 2.1 public release.Use the normal
StringParameterValueinstead.- Author:
- mhschroe
- 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 InheritableStringParameterValue(String name, String value)Deprecated.InheritableStringParameterValue(String name, String value, String description)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectreadResolve()Deprecated.-
Methods inherited from class hudson.model.StringParameterValue
buildEnvironment, createVariableResolver, doTrim, equals, getShortDescription, getValue, hashCode, toString
-
Methods inherited from class hudson.model.ParameterValue
buildEnvVars, buildEnvVars, createBuildWrapper, getAssignedLabel, getDefinition, getDescription, getFormattedDescription, getName, isSensitive, setDescription
-
-
-
-
Method Detail
-
readResolve
public Object readResolve()
Deprecated.
-
-