hudson.model
Class AbstractProject.BecauseOfUpstreamBuildInProgress

java.lang.Object
  extended by hudson.model.queue.CauseOfBlockage
      extended by hudson.model.AbstractProject.BecauseOfUpstreamBuildInProgress
Enclosing class:
AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>

public static class AbstractProject.BecauseOfUpstreamBuildInProgress
extends CauseOfBlockage

Because the upstream build is in progress, and we are configured to wait for that.


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.queue.CauseOfBlockage
CauseOfBlockage.BecauseLabelIsBusy, CauseOfBlockage.BecauseLabelIsOffline, CauseOfBlockage.BecauseNodeIsBusy, CauseOfBlockage.BecauseNodeIsOffline
 
Field Summary
 AbstractProject<?,?> up
           
 
Constructor Summary
AbstractProject.BecauseOfUpstreamBuildInProgress(AbstractProject<?,?> up)
           
 
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

up

public final AbstractProject<?,?> up
Constructor Detail

AbstractProject.BecauseOfUpstreamBuildInProgress

public AbstractProject.BecauseOfUpstreamBuildInProgress(AbstractProject<?,?> up)
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.