org.jvnet.jenkins.plugins.nodelabelparameter
Class NodeUtil

java.lang.Object
  extended by org.jvnet.jenkins.plugins.nodelabelparameter.NodeUtil

public final class NodeUtil
extends Object


Method Summary
static boolean isNodeOnline(String nodeName)
          checks whether the given node is available for an execution of the job
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isNodeOnline

public static boolean isNodeOnline(String nodeName)
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


Copyright © 2004-2013. All Rights Reserved.