Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at
Hudson . |
hudson.slaves |
Code related to agents.
|
jenkins.model |
Modifier and Type | Class and Description |
---|---|
class |
OverallLoadStatistics
LoadStatistics for the entire system (the master and all the agents combined),
and all the jobs that are running on it. |
Modifier and Type | Field and Description |
---|---|
LoadStatistics |
Label.loadStatistics |
Modifier and Type | Method and Description |
---|---|
LoadStatistics |
Computer.getLoadStatistics() |
Constructor and Description |
---|
NodeProvisioner(Label label,
LoadStatistics loadStatistics) |
Modifier and Type | Class and Description |
---|---|
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 ) |
Modifier and Type | Field and Description |
---|---|
LoadStatistics |
Jenkins.unlabeledLoad
Load statistics of the free roaming jobs and agents.
|
Copyright © 2004–2022. All rights reserved.