Uses of Class
hudson.util.ClockDifference
Packages that use ClockDifference
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code that monitors the health of agents
Other miscellaneous utility code
-
Uses of ClockDifference in hudson.model
Methods in hudson.model that return ClockDifferenceModifier and TypeMethodDescriptionNode.getClockDifference()
Estimates the clock difference with this agent.Methods in hudson.model that return types with arguments of type ClockDifferenceModifier and TypeMethodDescriptionabstract hudson.remoting.Callable<ClockDifference,
IOException> Node.getClockDifferenceCallable()
Returns aCallable
that when run on the channel, estimates the clock difference.hudson.remoting.Callable<ClockDifference,
IOException> Slave.getClockDifferenceCallable()
-
Uses of ClockDifference in hudson.node_monitors
Fields in hudson.node_monitors with type parameters of type ClockDifferenceModifier and TypeFieldDescriptionClockMonitor.DESCRIPTOR
Deprecated.as of 2.0 Don't use this field, use injection.Methods in hudson.node_monitors that return ClockDifferenceMethods in hudson.node_monitors that return types with arguments of type ClockDifferenceModifier and TypeMethodDescriptionprotected hudson.remoting.Callable<ClockDifference,
IOException> ClockMonitor.DescriptorImpl.createCallable
(Computer c) -
Uses of ClockDifference in hudson.util
Fields in hudson.util declared as ClockDifferenceMethods in hudson.util with parameters of type ClockDifferenceModifier and TypeMethodDescriptionstatic String
ClockDifference.toHtml
(ClockDifference d) Gets the clock difference in HTML string. -
Uses of ClockDifference in jenkins.model
Methods in jenkins.model that return ClockDifferenceMethods in jenkins.model that return types with arguments of type ClockDifferenceModifier and TypeMethodDescriptionhudson.remoting.Callable<ClockDifference,
IOException> Jenkins.getClockDifferenceCallable()