Uses of Class
hudson.model.Queue.BuildableItem
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code related to agents.
-
Uses of Queue.BuildableItem in hudson.model
Modifier and TypeMethodDescriptionQueue.getBuildableItems()
Gets the snapshot of allQueue.BuildableItem
s.Queue.getBuildableItems
(Computer c) Gets all theQueue.BuildableItem
s that are waiting for an executor in the givenComputer
.Queue.getPendingItems()
Gets the snapshot of allQueue.BuildableItem
s.Modifier and TypeMethodDescriptionNode.canTake
(Queue.BuildableItem item) Called by theQueue
to determine whether or not this node can take the given task.boolean
Queue.JobOffer.canTake
(Queue.BuildableItem item) Deprecated.Queue.JobOffer.getCauseOfBlockage
(Queue.BuildableItem item) Checks whether theExecutor
represented by this object is capable of executing the given task.Modifier and TypeMethodDescriptionprotected LoadStatistics.LoadStatisticsSnapshot
LoadStatistics.computeSnapshot
(Iterable<Queue.BuildableItem> queue) Computes the self-consistent snapshot with the specified queue items. -
Uses of Queue.BuildableItem in hudson.model.queue
Modifier and TypeFieldDescriptionfinal Queue.BuildableItem
MappingWorksheet.item
Queue.BuildableItem
for which we are trying to figure out the execution plan.final Queue.BuildableItem
WorkUnitContext.item
Modifier and TypeMethodDescriptionQueueTaskDispatcher.canTake
(Node node, Queue.BuildableItem item) Called whenQueue
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.void
QueueListener.onEnterBuildable
(Queue.BuildableItem bi) An item enters the buildable phase when all signals are green (or blue!) and it's just waiting for the scheduler to allocate it to the available executor.void
QueueListener.onLeaveBuildable
(Queue.BuildableItem bi) An item leaves the buildable phase.Modifier and TypeMethodDescriptionvoid
AbstractQueueSorterImpl.sortBuildableItems
(List<Queue.BuildableItem> buildables) abstract void
QueueSorter.sortBuildableItems
(List<Queue.BuildableItem> buildables) Sorts the buildable items list.ModifierConstructorDescriptionMappingWorksheet
(Queue.BuildableItem item, List<? extends MappingWorksheet.ExecutorSlot> offers) MappingWorksheet
(Queue.BuildableItem item, List<? extends MappingWorksheet.ExecutorSlot> offers, Collection<? extends LoadPredictor> loadPredictors) -
Uses of Queue.BuildableItem in hudson.slaves
Modifier and TypeMethodDescriptionNodeProperty.canTake
(Queue.BuildableItem item) Called by theNode
to help determine whether or not it should take the given task.
Queue.JobOffer.getCauseOfBlockage(hudson.model.Queue.BuildableItem)