hudson.node_monitors
Class ResponseTimeMonitor

java.lang.Object
  extended by hudson.node_monitors.NodeMonitor
      extended by 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

Nested Class Summary
static class ResponseTimeMonitor.Data
          Immutable representation of the monitoring data.
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static AbstractNodeMonitorDescriptor<ResponseTimeMonitor.Data> DESCRIPTOR
           
 
Fields inherited from class hudson.node_monitors.NodeMonitor
LIST
 
Constructor Summary
ResponseTimeMonitor()
           
 
Method Summary
 
Methods inherited from class hudson.node_monitors.NodeMonitor
all, data, getAll, getColumnCaption, getDescriptor, isIgnored, setIgnored, triggerUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR

@Extension
public static final AbstractNodeMonitorDescriptor<ResponseTimeMonitor.Data> DESCRIPTOR
Constructor Detail

ResponseTimeMonitor

public ResponseTimeMonitor()


Copyright © 2004-2013. All Rights Reserved.