Uses of Class
hudson.model.LoadStatistics
Packages that use LoadStatistics
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code related to agents.
-
Uses of LoadStatistics in hudson.model
Subclasses of LoadStatistics in hudson.modelModifier and TypeClassDescriptionclass
LoadStatistics
for the entire system (the master and all the agents combined), and all the jobs that are running on it.Fields in hudson.model declared as LoadStatisticsMethods in hudson.model that return LoadStatistics -
Uses of LoadStatistics in hudson.slaves
Constructors in hudson.slaves with parameters of type LoadStatistics -
Uses of LoadStatistics in jenkins.model
Subclasses of LoadStatistics in jenkins.modelModifier and TypeClassDescriptionclass
LoadStatistics
that track the "free roam" jobs (whoseSubTask.getAssignedLabel()
is null) and the # of executors that can execute them (Node
whose mode isNode.Mode.EXCLUSIVE
)Fields in jenkins.model declared as LoadStatisticsModifier and TypeFieldDescriptionfinal LoadStatistics
Jenkins.unlabeledLoad
Load statistics of the free roaming jobs and agents.