Uses of Class
hudson.model.LoadStatistics

Packages that use LoadStatistics
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.slaves Code related to slaves. 
jenkins.model   
 

Uses of LoadStatistics in hudson.model
 

Subclasses of LoadStatistics in hudson.model
 class OverallLoadStatistics
          LoadStatistics for the entire system (the master and all the slaves combined), and all the jobs that are running on it.
 

Fields in hudson.model declared as LoadStatistics
 LoadStatistics Label.loadStatistics
           
 

Methods in hudson.model that return LoadStatistics
 LoadStatistics Computer.getLoadStatistics()
           
 

Uses of LoadStatistics in hudson.slaves
 

Constructors in hudson.slaves with parameters of type LoadStatistics
NodeProvisioner(Label label, LoadStatistics loadStatistics)
           
 

Uses of LoadStatistics in jenkins.model
 

Subclasses of LoadStatistics in jenkins.model
 class UnlabeledLoadStatistics
          LoadStatistics that track the "free roam" jobs (whose SubTask.getAssignedLabel() is null) and the # of executors that can execute them (Node whose mode is Node.Mode.EXCLUSIVE)
 

Fields in jenkins.model declared as LoadStatistics
 LoadStatistics Jenkins.unlabeledLoad
          Load statistics of the free roaming jobs and slaves.
 



Copyright © 2004-2013. All Rights Reserved.