Package hudson.node_monitors
Class ResponseTimeMonitor
java.lang.Object
hudson.node_monitors.NodeMonitor
hudson.node_monitors.ResponseTimeMonitor
- All Implemented Interfaces:
ExtensionPoint
,Describable<NodeMonitor>
Monitors the round-trip response time to this agent.
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Immutable representation of the monitoring data.static class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Modifier and TypeFieldDescriptionFields inherited from class hudson.node_monitors.NodeMonitor
LIST
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.node_monitors.NodeMonitor
all, data, getAll, getColumnCaption, getDescriptor, isIgnored, setIgnored, triggerUpdate
-
Field Details
-
DESCRIPTOR
-
-
Constructor Details
-
ResponseTimeMonitor
@DataBoundConstructor public ResponseTimeMonitor()
-