Uses of Interface
jenkins.model.queue.QueueItem
Packages that use QueueItem
-
Uses of QueueItem in hudson.model
Classes in hudson.model that implement QueueItemModifier and TypeClassDescriptionfinal class
Queue.Item
in theQueue.blockedProjects
stage.static final class
Queue.Item
in theQueue.buildables
stage.static class
Item in a queue.static final class
Queue.Item
in theQueue.leftItems
stage.static class
Common part betweenQueue.BlockedItem
andQueue.BuildableItem
.static final class
Queue.Item
in theQueue.waitingList
stage. -
Uses of QueueItem in hudson.widgets
Methods in hudson.widgets that return QueueItemModifier and TypeMethodDescriptionBuildHistoryWidget.getQueuedItem()
Returns the first queue item if the owner is scheduled for execution in the queue.Methods in hudson.widgets that return types with arguments of type QueueItemModifier and TypeMethodDescriptionBuildHistoryWidget.getQueuedItems()
Returns the queue item if the owner is scheduled for execution in the queue, in REVERSE ORDER -
Uses of QueueItem in jenkins.widgets
Fields in jenkins.widgets with type parameters of type QueueItemModifier and TypeFieldDescriptionfinal List<HistoryPageEntry<QueueItem>>
HistoryPageFilter.queueItems
Methods in jenkins.widgets that return types with arguments of type QueueItemMethod parameters in jenkins.widgets with type arguments of type QueueItemModifier and TypeMethodDescriptionvoid
Add run items and queued items to the History page.Constructor parameters in jenkins.widgets with type arguments of type QueueItemModifierConstructorDescriptionBuildQueueWidget
(String ownerUrl, List<QueueItem> queueItems) BuildQueueWidget
(String ownerUrl, List<QueueItem> queueItems, boolean filtered)