Uses of Class
hudson.model.Queue.BlockedItem
Packages that use Queue.BlockedItem
-
Uses of Queue.BlockedItem in hudson.model
Methods in hudson.model that return types with arguments of type Queue.BlockedItemModifier and TypeMethodDescriptionprotected List<Queue.BlockedItem>Queue.getBlockedItems()Gets the snapshot of allQueue.BlockedItems. -
Uses of Queue.BlockedItem in hudson.model.queue
Fields in hudson.model.queue with type parameters of type Queue.BlockedItemModifier and TypeFieldDescriptionstatic final Comparator<Queue.BlockedItem>QueueSorter.DEFAULT_BLOCKED_ITEM_COMPARATORA comparator that sortsQueue.BlockedIteminstances based on how long they have been in the queue.Methods in hudson.model.queue with parameters of type Queue.BlockedItemModifier and TypeMethodDescriptionvoidQueueListener.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.voidQueueListener.onLeaveBlocked(Queue.BlockedItem bi) An item leaves the blocked phase and becomes buildable when there's no one vetoing.Method parameters in hudson.model.queue with type arguments of type Queue.BlockedItemModifier and TypeMethodDescriptionvoidQueueSorter.sortBlockedItems(List<Queue.BlockedItem> blockedItems) Sorts the blocked items list.