hudson.ivy
Class IvyModule.BecauseOfUpstreamModuleBuildInProgress
java.lang.Object
hudson.model.queue.CauseOfBlockage
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 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
|
| 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 |
up
public final hudson.model.AbstractProject<?,?> up
IvyModule.BecauseOfUpstreamModuleBuildInProgress
public IvyModule.BecauseOfUpstreamModuleBuildInProgress(hudson.model.AbstractProject<?,?> up)
getShortDescription
public java.lang.String getShortDescription()
- Specified by:
getShortDescription in class hudson.model.queue.CauseOfBlockage
Copyright © 2010. All Rights Reserved.