Class NodeUtil
java.lang.Object
org.jvnet.jenkins.plugins.nodelabelparameter.NodeUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isNodeOnline
(String nodeName) Checks whether the given node is available for an execution of the job,
-
Method Details
-
isNodeOnline
Checks whether the given node is available for an execution of the job,- Parameters:
nodeName
- the name of the node to check- Returns:
true
if the job is ok to be used
-