hudson.model
Class AbstractProject.BecauseOfBuildInProgress

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

public static class AbstractProject.BecauseOfBuildInProgress
extends CauseOfBlockage

Blocked because the previous build is already in progress.


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

Constructor Detail

AbstractProject.BecauseOfBuildInProgress

public AbstractProject.BecauseOfBuildInProgress(AbstractBuild<?,?> build)
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.