Uses of Interface
jenkins.model.queue.QueueItem
-
Uses of QueueItem in hudson.model
Modifier 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
Modifier and TypeMethodDescriptionBuildHistoryWidget.getQueuedItem()
Returns the first queue item if the owner is scheduled for execution in the queue.Modifier 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
Modifier and TypeFieldDescriptionfinal List<HistoryPageEntry<QueueItem>>
HistoryPageFilter.queueItems
Modifier and TypeMethodDescriptionvoid
Add run items and queued items to the History page.ModifierConstructorDescriptionBuildQueueWidget
(String ownerUrl, List<QueueItem> queueItems) BuildQueueWidget
(String ownerUrl, List<QueueItem> queueItems, boolean filtered)