hudson.model.queue
Class CauseOfBlockage.BecauseLabelIsOffline

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


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.BecauseLabelIsOffline(Label l)
           
 
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.BecauseLabelIsOffline

public CauseOfBlockage.BecauseLabelIsOffline(Label l)
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.