org.har.jenkins.plugins.arbitraryparameters
Class ArbitraryParameterValue
java.lang.Object
hudson.model.ParameterValue
hudson.model.StringParameterValue
org.har.jenkins.plugins.arbitraryparameters.ArbitraryParameterValue
- All Implemented Interfaces:
- Serializable
public class ArbitraryParameterValue
- extends hudson.model.StringParameterValue
A StringParameterValue that parses a string in properties file format
and adds the variables to the build as environmental variables
- Author:
- Louis Li
- See Also:
ParameterValue},
Serialized Form
| Fields inherited from class hudson.model.StringParameterValue |
value |
| Fields inherited from class hudson.model.ParameterValue |
name |
| Methods inherited from class hudson.model.StringParameterValue |
createVariableResolver, hashCode |
| Methods inherited from class hudson.model.ParameterValue |
buildEnvVars, createBuildWrapper, getAssignedLabel, getDefinition, getDescription, getName, getShortDescription, isSensitive, setDescription |
ArbitraryParameterValue
@DataBoundConstructor
public ArbitraryParameterValue(String name,
String value)
ArbitraryParameterValue
public ArbitraryParameterValue(String name,
String value,
String description)
getValue
public String getValue()
buildEnvVars
public void buildEnvVars(hudson.model.AbstractBuild<?,?> build,
hudson.EnvVars env)
- Overrides:
buildEnvVars in class hudson.model.StringParameterValue
equals
public boolean equals(Object o)
- Overrides:
equals in class hudson.model.StringParameterValue
toString
public String toString()
- Overrides:
toString in class hudson.model.StringParameterValue
Copyright © 2004-2012. All Rights Reserved.