Package io.jenkins.plugins.restlistparam
Class RestListParameterValue
java.lang.Object
hudson.model.ParameterValue
io.jenkins.plugins.restlistparam.RestListParameterValue
- All Implemented Interfaces:
Serializable
ParameterValue
created from RestListParameterDefinition
.- See Also:
-
Field Summary
Fields inherited from class hudson.model.ParameterValue
name
-
Constructor Summary
ConstructorDescriptionRestListParameterValue
(String name, String value) RestListParameterValue
(String name, String value, String description) -
Method Summary
Modifier and TypeMethodDescriptionvoid
buildEnvironment
(Run<?, ?> build, EnvVars env) Exposes the name/value as an environment variable.createVariableResolver
(AbstractBuild<?, ?> build) boolean
getValue()
int
hashCode()
toString()
Methods inherited from class hudson.model.ParameterValue
buildEnvVars, buildEnvVars, createBuildWrapper, getAssignedLabel, getDefinition, getDescription, getFormattedDescription, getName, isSensitive, setDescription
-
Constructor Details
-
RestListParameterValue
-
RestListParameterValue
-
-
Method Details
-
buildEnvironment
Exposes the name/value as an environment variable.- Overrides:
buildEnvironment
in classParameterValue
-
createVariableResolver
- Overrides:
createVariableResolver
in classParameterValue
-
getValue
- Overrides:
getValue
in classParameterValue
-
hashCode
public int hashCode()- Overrides:
hashCode
in classParameterValue
-
equals
- Overrides:
equals
in classParameterValue
-
toString
-
getShortDescription
- Overrides:
getShortDescription
in classParameterValue
-