Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.queue | |
hudson.slaves |
Code related to slaves.
|
Modifier and Type | Method and Description |
---|---|
List<Queue.BuildableItem> |
Queue.getBuildableItems()
Gets the snapshot of all
BuildableItem s. |
List<Queue.BuildableItem> |
Queue.getBuildableItems(Computer c)
Gets all the
BuildableItem s that are waiting for an executor in the given Computer . |
List<Queue.BuildableItem> |
Queue.getPendingItems()
Gets the snapshot of all
BuildableItem s. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
protected LoadStatistics.LoadStatisticsSnapshot |
LoadStatistics.computeSnapshot(Iterable<Queue.BuildableItem> queue)
Computes the self-consistent snapshot with the specified queue items.
|
Modifier and Type | Field and Description |
---|---|
Queue.BuildableItem |
MappingWorksheet.item
Queue.BuildableItem for which we are trying to figure out the execution plan. |
Queue.BuildableItem |
WorkUnitContext.item |
Modifier and Type | Method and Description |
---|---|
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.
|
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 Type | Method and Description |
---|---|
void |
AbstractQueueSorterImpl.sortBuildableItems(List<Queue.BuildableItem> buildables) |
abstract void |
QueueSorter.sortBuildableItems(List<Queue.BuildableItem> buildables)
Sorts the buildable items list.
|
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
CauseOfBlockage |
NodeProperty.canTake(Queue.BuildableItem item)
Called by the
Node to help determine whether or not it should
take the given task. |
Copyright © 2015. All rights reserved.