Package hudson.node_monitors
Class ClockMonitor
java.lang.Object
hudson.node_monitors.NodeMonitor
hudson.node_monitors.ClockMonitor
- All Implemented Interfaces:
ExtensionPoint
,Describable<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
Modifier and TypeFieldDescriptionDeprecated.as of 2.0 Don't use this field, use injection.Fields inherited from class hudson.node_monitors.NodeMonitor
LIST
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.node_monitors.NodeMonitor
all, data, getAll, getColumnCaption, getDescriptor, isIgnored, setIgnored, triggerUpdate
-
Field Details
-
DESCRIPTOR
@Deprecated @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static AbstractNodeMonitorDescriptor<ClockDifference> DESCRIPTORDeprecated.as of 2.0 Don't use this field, use injection.
-
-
Constructor Details
-
ClockMonitor
@DataBoundConstructor public ClockMonitor()
-
-
Method Details
-
getDifferenceFor
-