hudson.node_monitors
Class ClockMonitor

java.lang.Object
  extended by hudson.node_monitors.NodeMonitor
      extended by hudson.node_monitors.ClockMonitor
All Implemented Interfaces:
ExtensionPoint, Describable<NodeMonitor>

public class ClockMonitor
extends NodeMonitor

NodeMonitor that checks clock of Node to detect out of sync clocks.

Since:
1.123
Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static AbstractNodeMonitorDescriptor<ClockDifference> DESCRIPTOR
           
 
Fields inherited from class hudson.node_monitors.NodeMonitor
LIST
 
Constructor Summary
ClockMonitor()
           
 
Method Summary
 ClockDifference getDifferenceFor(Computer c)
           
 
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<ClockDifference> DESCRIPTOR
Constructor Detail

ClockMonitor

public ClockMonitor()
Method Detail

getDifferenceFor

public ClockDifference getDifferenceFor(Computer c)


Copyright © 2004-2013. All Rights Reserved.