Class JsonEditorParameterValue
- java.lang.Object
-
- hudson.model.ParameterValue
-
- io.jenkins.plugins.json_editor_parameter.JsonEditorParameterValue
-
- All Implemented Interfaces:
Serializable
public class JsonEditorParameterValue extends ParameterValue
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class hudson.model.ParameterValue
name
-
-
Constructor Summary
Constructors Constructor Description JsonEditorParameterValue(String name, String value)
JsonEditorParameterValue(String name, String value, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
buildEnvironment(Run<?,?> build, EnvVars env)
Object
getValue()
-
Methods inherited from class hudson.model.ParameterValue
buildEnvVars, buildEnvVars, createBuildWrapper, createVariableResolver, equals, getAssignedLabel, getDefinition, getDescription, getFormattedDescription, getName, getShortDescription, hashCode, isSensitive, setDescription
-
-
-
-
Method Detail
-
buildEnvironment
public void buildEnvironment(Run<?,?> build, EnvVars env)
- Overrides:
buildEnvironment
in classParameterValue
-
getValue
public Object getValue()
- Overrides:
getValue
in classParameterValue
-
-