Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at
Hudson . |
hudson.slaves |
Code related to agents.
|
Modifier and Type | Method and Description |
---|---|
LoadStatistics.LoadStatisticsSnapshot |
LoadStatistics.LoadStatisticsSnapshot.Builder.build() |
LoadStatistics.LoadStatisticsSnapshot |
LoadStatistics.computeSnapshot()
Computes a self-consistent snapshot of the load statistics.
|
protected LoadStatistics.LoadStatisticsSnapshot |
LoadStatistics.computeSnapshot(Iterable<Queue.BuildableItem> queue)
Computes the self-consistent snapshot with the specified queue items.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LoadStatistics.updateCounts(LoadStatistics.LoadStatisticsSnapshot current)
Updates all the series from the current snapshot.
|
Modifier and Type | Method and Description |
---|---|
LoadStatistics.LoadStatisticsSnapshot |
NodeProvisioner.StrategyState.getSnapshot()
The current snapshot of the load statistics for this
NodeProvisioner.StrategyState.getLabel() . |
Copyright © 2004–2021. All rights reserved.