Uses of Class
hudson.model.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
Modifier and TypeClassDescriptionclass
LoadStatistics
for the entire system (the master and all the agents combined), and all the jobs that are running on it. -
Uses of LoadStatistics in hudson.slaves
-
Uses of LoadStatistics in jenkins.model
Modifier 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
)Modifier and TypeFieldDescriptionfinal LoadStatistics
Jenkins.unlabeledLoad
Load statistics of the free roaming jobs and agents.