Uses of Class
hudson.model.Queue.BuildableItem

Packages that use Queue.BuildableItem
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.model.queue   
hudson.slaves Code related to slaves. 
 

Uses of Queue.BuildableItem in hudson.model
 

Methods in hudson.model that return types with arguments of type Queue.BuildableItem
 List<Queue.BuildableItem> Queue.getBuildableItems()
          Gets the snapshot of all BuildableItems.
 List<Queue.BuildableItem> Queue.getBuildableItems(Computer c)
          Gets all the BuildableItems that are waiting for an executor in the given Computer.
 List<Queue.BuildableItem> Queue.getPendingItems()
          Gets the snapshot of all BuildableItems.
 

Methods in hudson.model with parameters of type Queue.BuildableItem
 CauseOfBlockage Node.canTake(Queue.BuildableItem item)
          Called by the Queue to determine whether or not this node can take the given task.
 boolean Queue.JobOffer.canTake(Queue.BuildableItem item)
          Verifies that the Executor represented by this object is capable of executing the given task.
 

Uses of Queue.BuildableItem in hudson.model.queue
 

Fields in hudson.model.queue declared as Queue.BuildableItem
 Queue.BuildableItem MappingWorksheet.item
          Queue.BuildableItem for which we are trying to figure out the execution plan.
 Queue.BuildableItem WorkUnitContext.item
           
 

Methods in hudson.model.queue with parameters of type Queue.BuildableItem
 CauseOfBlockage QueueTaskDispatcher.canTake(Node node, Queue.BuildableItem item)
          Called when Queue is deciding where to execute the given task.
 int AbstractQueueSorterImpl.compare(Queue.BuildableItem lhs, Queue.BuildableItem rhs)
          Override this method to provide the ordering of the sort.
 

Method parameters in hudson.model.queue with type arguments of type Queue.BuildableItem
abstract  void QueueSorter.sortBuildableItems(List<Queue.BuildableItem> buildables)
          Sorts the buildable items list.
 void AbstractQueueSorterImpl.sortBuildableItems(List<Queue.BuildableItem> buildables)
           
 

Constructors in hudson.model.queue with parameters of type Queue.BuildableItem
MappingWorksheet(Queue.BuildableItem item, List<? extends MappingWorksheet.ExecutorSlot> offers)
           
MappingWorksheet(Queue.BuildableItem item, List<? extends MappingWorksheet.ExecutorSlot> offers, Collection<? extends LoadPredictor> loadPredictors)
           
WorkUnitContext(Queue.BuildableItem item)
           
 

Uses of Queue.BuildableItem in hudson.slaves
 

Methods in hudson.slaves with parameters of type Queue.BuildableItem
 CauseOfBlockage NodeProperty.canTake(Queue.BuildableItem item)
          Called by the Node to help determine whether or not it should take the given task.
 



Copyright © 2004-2013. All Rights Reserved.