| Package | Description |
|---|---|
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| hudson.model.queue |
| Modifier and Type | Method and Description |
|---|---|
protected List<Queue.BlockedItem> |
Queue.getBlockedItems()
Gets the snapshot of all
Queue.BlockedItems. |
| 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 © 2019. All rights reserved.