Uses of Class
hudson.model.Queue.Item

Packages that use Queue.Item
hudson.maven Maven support. 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.model.queue   
hudson.widgets   
 

Uses of Queue.Item in hudson.maven
 

Methods in hudson.maven that return types with arguments of type Queue.Item
 List<Queue.Item> MavenModuleSet.getApproximateQueueItemsQuickly()
          Returns the MavenModules that are in the queue.
 List<Queue.Item> MavenModuleSet.getQueueItems()
          Returns the MavenModules that are in the queue.
 

Uses of Queue.Item in hudson.model
 

Subclasses of Queue.Item in hudson.model
 class Queue.BlockedItem
          Item in the Queue.blockedProjects stage.
static class Queue.BuildableItem
          Item in the Queue.buildables stage.
static class Queue.NotWaitingItem
          Common part between Queue.BlockedItem and BuildableItem.
static class Queue.WaitingItem
          Item in the Queue.waitingList stage.
 

Methods in hudson.model that return Queue.Item
 Queue.Item Queue.getItem(int id)
           
 Queue.Item Queue.getItem(Queue.Task t)
          Gets the information about the queue item for the given project.
 Queue.Item[] Queue.getItems()
          Gets a snapshot of items in the queue.
 Queue.Item Job.getQueueItem()
          If this job is in the build queue, return its item.
 Queue.Item AbstractProject.getQueueItem()
           
 

Methods in hudson.model that return types with arguments of type Queue.Item
 List<Queue.Item> Queue.getApproximateItemsQuickly()
          Like Queue.getItems(), but returns an approximation that might not be completely up-to-date.
 List<Queue.Item> View.getApproximateQueueItemsQuickly()
           
 List<Queue.Item> Queue.getItems(Queue.Task t)
          Gets the information about the queue item for the given project.
 List<Queue.Item> View.getQueueItems()
           
 List<Queue.Item> Queue.getUnblockedItems()
          Gets all items that are in the queue but not blocked
 

Methods in hudson.model with parameters of type Queue.Item
 boolean Queue.cancel(Queue.Item item)
           
 void CauseAction.foldIntoExisting(Queue.Item item, Queue.Task owner, List<Action> otherActions)
           
 

Constructors in hudson.model with parameters of type Queue.Item
Queue.Item(Queue.Item item)
           
 

Uses of Queue.Item in hudson.model.queue
 

Methods in hudson.model.queue with parameters of type Queue.Item
 CauseOfBlockage QueueTaskDispatcher.canRun(Queue.Item item)
          Called whenever Queue is considering if Queue.Item is ready to execute immediately (which doesn't necessarily mean that it gets executed right away — it's still subject to executor availability), or if it should be considered blocked.
 void FoldableAction.foldIntoExisting(Queue.Item item, Queue.Task owner, List<Action> otherActions)
          Notifies that the Queue.Task that "owns" this action (that is, the task for which this action is submitted) is considered as a duplicate.
 

Uses of Queue.Item in hudson.widgets
 

Methods in hudson.widgets that return Queue.Item
 Queue.Item 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 Queue.Item
 List<Queue.Item> BuildHistoryWidget.getQueuedItems()
          Returns the queue item if the owner is scheduled for execution in the queue, in REVERSE ORDER
 



Copyright © 2004-2013. All Rights Reserved.