hudson.model.queue
Class CauseOfBlockage.BecauseNodeIsBusy
java.lang.Object
hudson.model.queue.CauseOfBlockage
hudson.model.queue.CauseOfBlockage.BecauseNodeIsBusy
- Enclosing class:
- CauseOfBlockage
public static final class CauseOfBlockage.BecauseNodeIsBusy
- extends CauseOfBlockage
Build is blocked because a node is fully busy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
node
public final Node node
CauseOfBlockage.BecauseNodeIsBusy
public CauseOfBlockage.BecauseNodeIsBusy(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.