public class NodeParameterValue extends LabelParameterValue
| Constructor and Description |
|---|
NodeParameterValue(String name,
List<String> labels,
boolean ignoreOfflineNodes)
creates a new node parameter
|
NodeParameterValue(String name,
String description,
String label) |
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.BuildWrapper |
createBuildWrapper(hudson.model.AbstractBuild<?,?> build) |
boolean |
equals(Object o) |
List<String> |
getNextLabels()
Gets the labels to be used to trigger the next builds with
|
int |
hashCode() |
String |
toString() |
buildEnvVars, createVariableResolver, getAssignedLabel, getLabel, setLabel@DataBoundConstructor public NodeParameterValue(String name, List<String> labels, boolean ignoreOfflineNodes)
name - the name of the parameterlabels - the node labels to trigger one build after the other withignoreOfflineNodes - if the job should also be triggered on nodes which currently are not available for execution.public String toString()
toString in class LabelParameterValuepublic List<String> getNextLabels()
public hudson.tasks.BuildWrapper createBuildWrapper(hudson.model.AbstractBuild<?,?> build)
createBuildWrapper in class LabelParameterValueParameterValue.createBuildWrapper(hudson.model.AbstractBuild)public boolean equals(Object o)
equals in class LabelParameterValuepublic int hashCode()
hashCode in class LabelParameterValueCopyright © 2004-2014 Hudson. All Rights Reserved.