Class ExecutorsMonitor.Executors

java.lang.Object
org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor.Executors
All Implemented Interfaces:
Serializable
Enclosing class:
ExecutorsMonitor

public static final class ExecutorsMonitor.Executors extends Object implements Serializable
See Also:
  • Method Details

    • getBusy

      public int getBusy()
    • getTotal

      public int getTotal()
      The number of Executors currently allowed to be live on the computer. May temporarily differ from getConfigured() 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

      public String toString()
      Overrides:
      toString in class Object