public class MultiselectParameterValue
extends hudson.model.ParameterValue
| Constructor and Description |
|---|
MultiselectParameterValue(String name,
Map<String,String> selectedValues)
Create a new MultiselectParameterValue object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildEnvironment(hudson.model.Run<?,?> build,
hudson.EnvVars env) |
hudson.util.VariableResolver<String> |
createVariableResolver(hudson.model.AbstractBuild<?,?> build) |
boolean |
equals(Object o) |
Map<String,String> |
getSelectedValues()
Copy properties into EnvVars object.
|
Object |
getValue() |
int |
hashCode() |
public void buildEnvironment(hudson.model.Run<?,?> build,
hudson.EnvVars env)
buildEnvironment in class hudson.model.ParameterValuepublic Map<String,String> getSelectedValues()
public Object getValue()
getValue in class hudson.model.ParameterValuepublic hudson.util.VariableResolver<String> createVariableResolver(hudson.model.AbstractBuild<?,?> build)
createVariableResolver in class hudson.model.ParameterValuepublic boolean equals(Object o)
equals in class hudson.model.ParameterValuepublic int hashCode()
hashCode in class hudson.model.ParameterValueCopyright © 2016–2022. All rights reserved.