hudson.model.queue
Class CauseOfBlockage.BecauseLabelIsOffline
java.lang.Object
hudson.model.queue.CauseOfBlockage
hudson.model.queue.CauseOfBlockage.BecauseLabelIsOffline
- Enclosing class:
- CauseOfBlockage
public static final class CauseOfBlockage.BecauseLabelIsOffline
- extends CauseOfBlockage
Build is blocked because all the nodes that match a given label is offline.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
label
public final Label label
CauseOfBlockage.BecauseLabelIsOffline
public CauseOfBlockage.BecauseLabelIsOffline(Label l)
getShortDescription
public String getShortDescription()
- Description copied from class:
CauseOfBlockage
- Human readable description of why the build is blocked.
- Specified by:
getShortDescription
in class CauseOfBlockage
Copyright © 2004-2013. All Rights Reserved.