Uses of Class
hudson.util.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
Modifier and TypeMethodDescriptionNode.getClockDifference()
Estimates the clock difference with this agent.Modifier 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
Modifier and TypeFieldDescriptionClockMonitor.DESCRIPTOR
Deprecated.as of 2.0 Don't use this field, use injection.Modifier and TypeMethodDescriptionprotected hudson.remoting.Callable<ClockDifference,
IOException> ClockMonitor.DescriptorImpl.createCallable
(Computer c) -
Uses of ClockDifference in hudson.util
Modifier and TypeMethodDescriptionstatic String
ClockDifference.toHtml
(ClockDifference d) Gets the clock difference in HTML string. -
Uses of ClockDifference in jenkins.model
Modifier and TypeMethodDescriptionhudson.remoting.Callable<ClockDifference,
IOException> Jenkins.getClockDifferenceCallable()