public class MatrixCombinationsParameterValue
extends hudson.model.ParameterValue
Constructor and Description |
---|
MatrixCombinationsParameterValue(String name,
Boolean[] values,
String[] confs) |
MatrixCombinationsParameterValue(String name,
Boolean[] values,
String[] confs,
String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
combinationExists(hudson.matrix.Combination c) |
hudson.util.VariableResolver<String> |
createVariableResolver(hudson.model.AbstractBuild<?,?> build) |
boolean |
equals(Object obj) |
String[] |
getConfs() |
Boolean[] |
getValues() |
int |
hashCode() |
String |
toString() |
@DataBoundConstructor public MatrixCombinationsParameterValue(String name, Boolean[] values, String[] confs)
public Boolean[] getValues()
public String[] getConfs()
public hudson.util.VariableResolver<String> createVariableResolver(hudson.model.AbstractBuild<?,?> build)
createVariableResolver
in class hudson.model.ParameterValue
public boolean combinationExists(hudson.matrix.Combination c)
public int hashCode()
hashCode
in class hudson.model.ParameterValue
public boolean equals(Object obj)
equals
in class hudson.model.ParameterValue
Copyright © 2004-2013. All Rights Reserved.