Uses of Interface
jenkins.model.queue.QueueItem
-
Packages that use QueueItem Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.widgets jenkins.widgets -
-
Uses of QueueItem in hudson.model
Classes in hudson.model that implement QueueItem Modifier and Type Class Description class
Queue.BlockedItem
Queue.Item
in theQueue.blockedProjects
stage.static class
Queue.BuildableItem
Queue.Item
in theQueue.buildables
stage.static class
Queue.Item
Item in a queue.static class
Queue.LeftItem
Queue.Item
in theQueue.leftItems
stage.static class
Queue.NotWaitingItem
Common part betweenQueue.BlockedItem
andQueue.BuildableItem
.static class
Queue.WaitingItem
Queue.Item
in theQueue.waitingList
stage. -
Uses of QueueItem in hudson.widgets
Methods in hudson.widgets that return QueueItem Modifier and Type Method Description QueueItem
BuildHistoryWidget. 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 QueueItem Modifier and Type Method Description List<QueueItem>
BuildHistoryWidget. 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 QueueItem Modifier and Type Field Description List<HistoryPageEntry<QueueItem>>
HistoryPageFilter. queueItems
Methods in jenkins.widgets that return types with arguments of type QueueItem Modifier and Type Method Description List<QueueItem>
BuildQueueWidget. getQueueItems()
Method parameters in jenkins.widgets with type arguments of type QueueItem Modifier and Type Method Description void
HistoryPageFilter. add(Iterable<T> runItems, List<QueueItem> queueItems)
Add run items and queued items to the History page.Constructor parameters in jenkins.widgets with type arguments of type QueueItem Constructor Description BuildQueueWidget(String ownerUrl, List<QueueItem> queueItems)
BuildQueueWidget(String ownerUrl, List<QueueItem> queueItems, boolean filtered)
-