public final class NodeCondition extends AlwaysPrebuildRunCondition
| Modifier and Type | Class and Description |
|---|---|
static class |
NodeCondition.NodeConditionDescriptor |
RunCondition.RunConditionDescriptor| Constructor and Description |
|---|
NodeCondition(List<String> allowedNodes) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowedNodes() |
static List<String> |
getNodeNamesForSelection()
returns all available nodes plus an identifier to identify all slaves at position one.
|
boolean |
runPerform(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Decide whether to run the perform method in the BuildStep.
|
runPrebuildall, getDescriptorpublic boolean runPerform(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
RunConditionrunPerform in class RunConditionCopyright © 2004-2014 Hudson. All Rights Reserved.