org.jvnet.jenkins.plugins.nodelabelparameter
Class NodeParameterValue
java.lang.Object
hudson.model.ParameterValue
org.jvnet.jenkins.plugins.nodelabelparameter.LabelParameterValue
org.jvnet.jenkins.plugins.nodelabelparameter.NodeParameterValue
- All Implemented Interfaces:
- Serializable
public class NodeParameterValue
- extends LabelParameterValue
- Author:
- Dominik Bartholdi (imod)
- See Also:
- Serialized Form
| Fields inherited from class hudson.model.ParameterValue |
name |
| Methods inherited from class hudson.model.ParameterValue |
buildEnvVars, getDefinition, getDescription, getName, getShortDescription, isSensitive, setDescription |
NodeParameterValue
@DataBoundConstructor
public NodeParameterValue(String name,
List<String> labels,
NodeEligibility nodeEligibility)
- creates a new node parameter
- Parameters:
name - the name of the parameterlabels - the node labels to trigger one build after the other withnodeEligibility - defines if a node should be ignored at execution or not.
NodeParameterValue
public NodeParameterValue(String name,
String description,
String label)
toString
public String toString()
- Overrides:
toString in class LabelParameterValue
equals
public boolean equals(Object o)
- Overrides:
equals in class LabelParameterValue
hashCode
public int hashCode()
- Overrides:
hashCode in class LabelParameterValue
Copyright © 2004-2014. All Rights Reserved.