hudson.model.queue
Class CauseOfBlockage.BecauseLabelIsBusy

java.lang.Object
  extended by hudson.model.queue.CauseOfBlockage
      extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.queue.CauseOfBlockage
CauseOfBlockage.BecauseLabelIsBusy, CauseOfBlockage.BecauseLabelIsOffline, CauseOfBlockage.BecauseNodeIsBusy, CauseOfBlockage.BecauseNodeIsOffline
 
Field Summary
 Label label
           
 
Constructor Summary
CauseOfBlockage.BecauseLabelIsBusy(Label label)
           
 
Method Summary
 String getShortDescription()
          Human readable description of why the build is blocked.
 
Methods inherited from class hudson.model.queue.CauseOfBlockage
createNeedsMoreExecutor, fromMessage, print
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

public final Label label
Constructor Detail

CauseOfBlockage.BecauseLabelIsBusy

public CauseOfBlockage.BecauseLabelIsBusy(Label label)
Method Detail

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.