Uses of Class
hudson.model.LoadStatistics
-
Packages that use LoadStatistics Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.slaves Code related to agents.jenkins.model -
-
Uses of LoadStatistics in hudson.model
Subclasses of LoadStatistics in hudson.model Modifier and Type Class Description class
OverallLoadStatistics
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 LoadStatistics Modifier and Type Field Description LoadStatistics
Label. loadStatistics
Methods in hudson.model that return LoadStatistics Modifier and Type Method Description LoadStatistics
Computer. getLoadStatistics()
-
Uses of LoadStatistics in hudson.slaves
Constructors in hudson.slaves with parameters of type LoadStatistics Constructor Description NodeProvisioner(Label label, LoadStatistics loadStatistics)
-
Uses of LoadStatistics in jenkins.model
Subclasses of LoadStatistics in jenkins.model Modifier and Type Class Description class
UnlabeledLoadStatistics
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 LoadStatistics Modifier and Type Field Description LoadStatistics
Jenkins. unlabeledLoad
Load statistics of the free roaming jobs and agents.
-