hudson.ivy
Class IvyModule.BecauseOfUpstreamModuleBuildInProgress

java.lang.Object
  extended by hudson.model.queue.CauseOfBlockage
      extended by hudson.ivy.IvyModule.BecauseOfUpstreamModuleBuildInProgress
Enclosing class:
IvyModule

public static class IvyModule.BecauseOfUpstreamModuleBuildInProgress
extends hudson.model.queue.CauseOfBlockage

Because the upstream module 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
hudson.model.queue.CauseOfBlockage.BecauseLabelIsBusy, hudson.model.queue.CauseOfBlockage.BecauseLabelIsOffline, hudson.model.queue.CauseOfBlockage.BecauseNodeIsBusy, hudson.model.queue.CauseOfBlockage.BecauseNodeIsOffline
 
Field Summary
 hudson.model.AbstractProject<?,?> up
           
 
Constructor Summary
IvyModule.BecauseOfUpstreamModuleBuildInProgress(hudson.model.AbstractProject<?,?> up)
           
 
Method Summary
 java.lang.String getShortDescription()
           
 
Methods inherited from class hudson.model.queue.CauseOfBlockage
fromMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

up

public final hudson.model.AbstractProject<?,?> up
Constructor Detail

IvyModule.BecauseOfUpstreamModuleBuildInProgress

public IvyModule.BecauseOfUpstreamModuleBuildInProgress(hudson.model.AbstractProject<?,?> up)
Method Detail

getShortDescription

public java.lang.String getShortDescription()
Specified by:
getShortDescription in class hudson.model.queue.CauseOfBlockage


Copyright © 2010. All Rights Reserved.