public static final class Queue.WaitingItem extends Queue.Item implements Comparable<Queue.WaitingItem>
Item in the Queue.waitingList stage.ModelObjectWithContextMenu.ContextMenu, ModelObjectWithContextMenu.ContextMenuVisibility, ModelObjectWithContextMenu.MenuItem| Modifier and Type | Field and Description |
|---|---|
Calendar |
timestamp
This item can be run after this time.
|
task| Constructor and Description |
|---|
WaitingItem(Calendar timestamp,
Queue.Task project,
List<Action> actions) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Queue.WaitingItem that) |
CauseOfBlockage |
getCauseOfBlockage()
Gets an object that describes why this item is in the queue.
|
authenticate, doCancelQueue, getApi, getAssignedLabel, getAssignedLabelFor, getCauses, getCausesDescription, getDisplayName, getFuture, getId, getIdLegacy, getInQueueForString, getInQueueSince, getParams, getSearchUrl, getUrl, getWhy, hasCancelPermission, isBlocked, isBuildable, isStuck, toStringaddAction, doContextMenu, getAction, getAction, getActions, getActions, getAllActions, getDynamic, replaceActiongetSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError@Exported public Calendar timestamp
public WaitingItem(Calendar timestamp, Queue.Task project, List<Action> actions)
public int compareTo(Queue.WaitingItem that)
compareTo in interface Comparable<Queue.WaitingItem>public CauseOfBlockage getCauseOfBlockage()
Queue.ItemgetCauseOfBlockage in class Queue.ItemCopyright © 2019. All rights reserved.