hudson.model.queue
Class CauseOfBlockage.BecauseNodeIsOffline
java.lang.Object
hudson.model.queue.CauseOfBlockage
hudson.model.queue.CauseOfBlockage.BecauseNodeIsOffline
- Enclosing class:
- CauseOfBlockage
public static final class CauseOfBlockage.BecauseNodeIsOffline
- extends CauseOfBlockage
Build is blocked because a node is offline.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
node
public final Node node
CauseOfBlockage.BecauseNodeIsOffline
public CauseOfBlockage.BecauseNodeIsOffline(Node node)
getShortDescription
public String getShortDescription()
- Description copied from class:
CauseOfBlockage
- Human readable description of why the build is blocked.
- Specified by:
getShortDescription
in class CauseOfBlockage
print
public void print(TaskListener listener)
- Description copied from class:
CauseOfBlockage
- Report a line to the listener about this cause.
- Overrides:
print
in class CauseOfBlockage
Copyright © 2004-2013. All Rights Reserved.