Class ExtendedChoiceParameterValue
- java.lang.Object
-
- hudson.model.ParameterValue
-
- hudson.model.StringParameterValue
-
- com.cwctravel.hudson.plugins.extended_choice_parameter.ExtendedChoiceParameterValue
-
- All Implemented Interfaces:
Serializable
public class ExtendedChoiceParameterValue extends StringParameterValue
- 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 ExtendedChoiceParameterValue(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableResolver<String>
createVariableResolver(AbstractBuild<?,?> build)
-
Methods inherited from class hudson.model.StringParameterValue
buildEnvironment, 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
-
createVariableResolver
public VariableResolver<String> createVariableResolver(AbstractBuild<?,?> build)
- Overrides:
createVariableResolver
in classStringParameterValue
-
-