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 Summary
Nested classes/interfaces inherited from class hudson.model.queue.CauseOfBlockage
CauseOfBlockage.BecauseLabelIsBusy, CauseOfBlockage.BecauseLabelIsOffline, CauseOfBlockage.BecauseNodeIsBusy, CauseOfBlockage.BecauseNodeIsNotAcceptingTasks, CauseOfBlockage.BecauseNodeIsOffline
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionHuman readable description of why the build is blocked.Methods inherited from class hudson.model.queue.CauseOfBlockage
createNeedsMoreExecutor, fromMessage, print, toString
-
Field Details
-
up
-
-
Constructor Details
-
BecauseOfUpstreamBuildInProgress
-
-
Method Details
-
getShortDescription
Description copied from class:CauseOfBlockage
Human readable description of why the build is blocked.- Specified by:
getShortDescription
in classCauseOfBlockage
-