hudson.node_monitors
Class ClockMonitor
java.lang.Object
hudson.node_monitors.NodeMonitor
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
@Extension
public static final AbstractNodeMonitorDescriptor<ClockDifference> DESCRIPTOR
ClockMonitor
public ClockMonitor()
getDifferenceFor
public ClockDifference getDifferenceFor(Computer c)
Copyright © 2004-2013. All Rights Reserved.