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, toString
addAction, doContextMenu, getAction, getAction, getActions, getActions, getAllActions, getDynamic, replaceAction
getSearch, 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.Item
getCauseOfBlockage
in class Queue.Item
Copyright © 2018. All rights reserved.