Uses of Class
hudson.model.Queue.BlockedItem
-
Uses of Queue.BlockedItem in hudson.model
Modifier and TypeMethodDescriptionprotected List<Queue.BlockedItem>
Queue.getBlockedItems()
Gets the snapshot of allQueue.BlockedItem
s. -
Uses of Queue.BlockedItem in hudson.model.queue
Modifier and TypeFieldDescriptionstatic final Comparator<Queue.BlockedItem>
QueueSorter.DEFAULT_BLOCKED_ITEM_COMPARATOR
A comparator that sortsQueue.BlockedItem
instances based on how long they have been in the queue.Modifier and TypeMethodDescriptionvoid
QueueListener.onEnterBlocked
(Queue.BlockedItem bi) An item enters the blocked phase when there's someone saying "NO" to it proceeding to the buildable phase, such asQueueTaskDispatcher
.void
QueueListener.onLeaveBlocked
(Queue.BlockedItem bi) An item leaves the blocked phase and becomes buildable when there's no one vetoing.Modifier and TypeMethodDescriptionvoid
QueueSorter.sortBlockedItems
(List<Queue.BlockedItem> blockedItems) Sorts the blocked items list.