|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.queue.CauseOfBlockage
public abstract class CauseOfBlockage
If a Queue.Task
execution is blocked in the queue, this object represents why.
getShortDescription()
text.
Nested Class Summary | |
---|---|
static class |
CauseOfBlockage.BecauseLabelIsBusy
Build is blocked because everyone that matches the specified label is fully busy |
static class |
CauseOfBlockage.BecauseLabelIsOffline
Build is blocked because all the nodes that match a given label is offline. |
static class |
CauseOfBlockage.BecauseNodeIsBusy
Build is blocked because a node is fully busy |
static class |
CauseOfBlockage.BecauseNodeIsOffline
Build is blocked because a node is offline. |
Constructor Summary | |
---|---|
CauseOfBlockage()
|
Method Summary | |
---|---|
static CauseOfBlockage |
createNeedsMoreExecutor(org.jvnet.localizer.Localizable l)
|
static CauseOfBlockage |
fromMessage(org.jvnet.localizer.Localizable l)
Obtains a simple implementation backed by Localizable . |
abstract String |
getShortDescription()
Human readable description of why the build is blocked. |
void |
print(TaskListener listener)
Report a line to the listener about this cause. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CauseOfBlockage()
Method Detail |
---|
public abstract String getShortDescription()
public void print(TaskListener listener)
public static CauseOfBlockage fromMessage(org.jvnet.localizer.Localizable l)
Localizable
.
public static CauseOfBlockage createNeedsMoreExecutor(org.jvnet.localizer.Localizable l)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |