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