Class ExecutorsMonitor.Executors
java.lang.Object
org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor.Executors
- All Implemented Interfaces:
Serializable
- Enclosing class:
ExecutorsMonitor
- See Also:
-
Method Summary
-
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. -
toString
-