Package 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 ofNode
to detect out of sync clocks.- Since:
- 1.123
- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClockMonitor.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description static AbstractNodeMonitorDescriptor<ClockDifference>
DESCRIPTOR
Deprecated.as of 2.0 Don't use this field, use injection.-
Fields inherited from class hudson.node_monitors.NodeMonitor
LIST
-
-
Constructor Summary
Constructors Constructor Description ClockMonitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClockDifference
getDifferenceFor(Computer c)
-
Methods inherited from class hudson.node_monitors.NodeMonitor
all, data, getAll, getColumnCaption, getDescriptor, isIgnored, setIgnored, triggerUpdate
-
-
-
-
Field Detail
-
DESCRIPTOR
@Deprecated @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static AbstractNodeMonitorDescriptor<ClockDifference> DESCRIPTOR
Deprecated.as of 2.0 Don't use this field, use injection.
-
-
Method Detail
-
getDifferenceFor
public ClockDifference getDifferenceFor(Computer c)
-
-