Index
All Classes and Interfaces|All Packages|Serialized Form
C
- canTakeOffline() - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor.DescriptorImpl
D
- data(Computer) - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor.DescriptorImpl
- doCheckQueueThresholdFactor(String) - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor.DescriptorImpl
E
- ExecutorsMonitor - Class in org.jenkinsci.plugins.executorsmonitor
-
Reports the "busy/total/configured" executor counts of each node on the Nodes overview page.
- ExecutorsMonitor() - Constructor for class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor
- executorsmonitor_displayName() - Static method in class org.jenkinsci.plugins.executorsmonitor.Messages
-
Key
executorsmonitor.displayName:Executors (busy/total/cfg). - ExecutorsMonitor.DescriptorImpl - Class in org.jenkinsci.plugins.executorsmonitor
- ExecutorsMonitor.Executors - Class in org.jenkinsci.plugins.executorsmonitor
G
- getBusy() - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor.Executors
- getColumnCaption() - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor
- getConfigured() - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor.Executors
-
The number of executors configured on the node itself, regardless of how many are momentarily live on the computer.
- getDisplayName() - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor.DescriptorImpl
- getQueued() - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor.Executors
-
The number of buildable queue items that this node could take, or
nullif that count was not requested (seeExecutorsMonitor.isCountQueue()). - getQueueThresholdFactor() - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor
-
When
ExecutorsMonitor.isColorize()andExecutorsMonitor.isCountQueue()are both enabled, the queued count is colorized blue when it is 0, green while it does not exceed the configured executor count, uncolored while it does not exceedconfigured * N, and red beyond that. - getTotal() - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor.Executors
-
The number of
Executors currently allowed to be live on the computer.
I
- isColorize() - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor
-
Whether the busy/total counts should be colorized (blue/green/red) depending on how busy the node is.
- isCountQueue() - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor
-
Whether to also report the number of buildable queue items that this node could pick up, similar to the per-agent build queue shown by the computer-queue-plugin.
M
- Messages - Class in org.jenkinsci.plugins.executorsmonitor
-
Generated localization support class.
- Messages() - Constructor for class org.jenkinsci.plugins.executorsmonitor.Messages
- monitor(Computer) - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor.DescriptorImpl
O
- org.jenkinsci.plugins.executorsmonitor - package org.jenkinsci.plugins.executorsmonitor
R
- readResolve() - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor
-
XStream reconstructs already-persisted instances without calling the constructor, so the
ExecutorsMonitor.queueThresholdFactorfield initializer above never runs for configs saved before that field existed -- it silently comes back as the Java default of 0 instead.
S
- setColorize(boolean) - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor
- setCountQueue(boolean) - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor
- setQueueThresholdFactor(int) - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor
T
- toString() - Method in class org.jenkinsci.plugins.executorsmonitor.ExecutorsMonitor.Executors
_
- _executorsmonitor_displayName() - Static method in class org.jenkinsci.plugins.executorsmonitor.Messages
-
Key
executorsmonitor.displayName:Executors (busy/total/cfg).
All Classes and Interfaces|All Packages|Serialized Form