Package hudson.model
Class AbstractProject.BecauseOfDownstreamBuildInProgress
- java.lang.Object
-
- hudson.model.queue.CauseOfBlockage
-
- hudson.model.AbstractProject.BecauseOfDownstreamBuildInProgress
-
- Enclosing class:
- AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
public static class AbstractProject.BecauseOfDownstreamBuildInProgress extends CauseOfBlockage
Because the downstream 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
Fields Modifier and Type Field Description AbstractProject<?,?>
up
-
Constructor Summary
Constructors Constructor Description BecauseOfDownstreamBuildInProgress(AbstractProject<?,?> up)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getShortDescription()
Human readable description of why the build is blocked.-
Methods inherited from class hudson.model.queue.CauseOfBlockage
createNeedsMoreExecutor, fromMessage, print, toString
-
-
-
-
Field Detail
-
up
public final AbstractProject<?,?> up
-
-
Constructor Detail
-
BecauseOfDownstreamBuildInProgress
public BecauseOfDownstreamBuildInProgress(AbstractProject<?,?> up)
-
-
Method Detail
-
getShortDescription
public String getShortDescription()
Description copied from class:CauseOfBlockage
Human readable description of why the build is blocked.- Specified by:
getShortDescription
in classCauseOfBlockage
-
-