Class ExecutorsMonitor.Executors
java.lang.Object
org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor.Executors
- All Implemented Interfaces:
Serializable
- Enclosing class:
ExecutorsMonitor
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintgetBusy()intThe number of executors configured on the node itself, regardless of how many are momentarily live on the computer.The number of buildable queue items that this node could take, ornullif that count was not requested (seeExecutorsMonitor.isCountQueue()).intgetTotal()The number ofExecutors currently allowed to be live on the computer.toString()
-
Method Details
-
getBusy
public int getBusy() -
getTotal
public int getTotal()The number ofExecutors currently allowed to be live on the computer. May temporarily differ fromgetConfigured()if the configured executor count was lowered while tasks were still running on it. -
getConfigured
public int getConfigured()The number of executors configured on the node itself, regardless of how many are momentarily live on the computer. -
getQueued
The number of buildable queue items that this node could take, ornullif that count was not requested (seeExecutorsMonitor.isCountQueue()). -
toString
-