hudson.node_monitors
Class ResponseTimeMonitor
java.lang.Object
hudson.node_monitors.NodeMonitor
hudson.node_monitors.ResponseTimeMonitor
- All Implemented Interfaces:
- ExtensionPoint, Describable<NodeMonitor>
public class ResponseTimeMonitor
- extends NodeMonitor
Monitors the round-trip response time to this slave.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
@Extension
public static final AbstractNodeMonitorDescriptor<ResponseTimeMonitor.Data> DESCRIPTOR
ResponseTimeMonitor
public ResponseTimeMonitor()
Copyright © 2004-2013. All Rights Reserved.