Uses of Class
hudson.model.LoadStatistics.LoadStatisticsSnapshot
-
Packages that use LoadStatistics.LoadStatisticsSnapshot Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.slaves Code related to agents. -
-
Uses of LoadStatistics.LoadStatisticsSnapshot in hudson.model
Methods in hudson.model that return LoadStatistics.LoadStatisticsSnapshot Modifier and Type Method 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.Methods in hudson.model with parameters of type LoadStatistics.LoadStatisticsSnapshot Modifier and Type Method Description protected void
LoadStatistics. updateCounts(LoadStatistics.LoadStatisticsSnapshot current)
Updates all the series from the current snapshot. -
Uses of LoadStatistics.LoadStatisticsSnapshot in hudson.slaves
Methods in hudson.slaves that return LoadStatistics.LoadStatisticsSnapshot Modifier and Type Method Description LoadStatistics.LoadStatisticsSnapshot
NodeProvisioner.StrategyState. getSnapshot()
The current snapshot of the load statistics for thisNodeProvisioner.StrategyState.getLabel()
.
-