| Package | Description |
|---|---|
| hudson.model.queue |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Queue.BlockedItem> |
QueueSorter.DEFAULT_BLOCKED_ITEM_COMPARATOR
A comparator that sorts
Queue.BlockedItem instances based on how long they have been in the queue. |
| Modifier and Type | Method and Description |
|---|---|
void |
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 as
QueueTaskDispatcher. |
void |
QueueListener.onLeaveBlocked(Queue.BlockedItem bi)
An item leaves the blocked phase and becomes buildable when there's no one vetoing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueueSorter.sortBlockedItems(List<Queue.BlockedItem> blockedItems)
Sorts the blocked items list.
|
Copyright © 2015. All rights reserved.