Package jenkins.model

Class UnlabeledLoadStatistics

java.lang.Object
hudson.model.LoadStatistics
jenkins.model.UnlabeledLoadStatistics

public class UnlabeledLoadStatistics extends LoadStatistics
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)
Author:
Kohsuke Kawaguchi
See Also: