public static class AbstractProject.BecauseOfUpstreamBuildInProgress extends CauseOfBlockage
CauseOfBlockage.BecauseLabelIsBusy, CauseOfBlockage.BecauseLabelIsOffline, CauseOfBlockage.BecauseNodeIsBusy, CauseOfBlockage.BecauseNodeIsNotAcceptingTasks, CauseOfBlockage.BecauseNodeIsOffline
Modifier and Type | Field and Description |
---|---|
AbstractProject<?,?> |
up |
Constructor and Description |
---|
BecauseOfUpstreamBuildInProgress(AbstractProject<?,?> up) |
Modifier and Type | Method and Description |
---|---|
String |
getShortDescription()
Human readable description of why the build is blocked.
|
createNeedsMoreExecutor, fromMessage, print, toString
public final AbstractProject<?,?> up
public BecauseOfUpstreamBuildInProgress(AbstractProject<?,?> up)
public String getShortDescription()
CauseOfBlockage
getShortDescription
in class CauseOfBlockage
Copyright © 2004–2019. All rights reserved.