Package hudson.model
Class AbstractProject.BecauseOfUpstreamBuildInProgress
java.lang.Object
hudson.model.queue.CauseOfBlockage
hudson.model.AbstractProject.BecauseOfUpstreamBuildInProgress
- Enclosing class:
- AbstractProject<P extends AbstractProject<P,- R>, - R extends AbstractBuild<P, - R>> 
Because the upstream build is in progress, and we are configured to wait for that.
- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.model.queue.CauseOfBlockageCauseOfBlockage.BecauseLabelIsBusy, CauseOfBlockage.BecauseLabelIsOffline, CauseOfBlockage.BecauseNodeIsBusy, CauseOfBlockage.BecauseNodeIsNotAcceptingTasks, CauseOfBlockage.BecauseNodeIsOffline
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionHuman readable description of why the build is blocked.Methods inherited from class hudson.model.queue.CauseOfBlockagecreateNeedsMoreExecutor, fromMessage, isFatal, print, toString
- 
Field Details- 
up
 
- 
- 
Constructor Details- 
BecauseOfUpstreamBuildInProgress
 
- 
- 
Method Details- 
getShortDescriptionDescription copied from class:CauseOfBlockageHuman readable description of why the build is blocked.- Specified by:
- getShortDescriptionin class- CauseOfBlockage
 
 
-