hudson.model.queue
Class CauseOfBlockage.BecauseLabelIsBusy
java.lang.Object
hudson.model.queue.CauseOfBlockage
hudson.model.queue.CauseOfBlockage.BecauseLabelIsBusy
- Enclosing class:
- CauseOfBlockage
public static final class CauseOfBlockage.BecauseLabelIsBusy
- extends CauseOfBlockage
Build is blocked because everyone that matches the specified label is fully busy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
label
public final Label label
CauseOfBlockage.BecauseLabelIsBusy
public CauseOfBlockage.BecauseLabelIsBusy(Label label)
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.