Uses of Class
hudson.util.ClockDifference
-
Packages that use ClockDifference Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.node_monitors Code that monitors the health of agentshudson.util Other miscellaneous utility codejenkins.model -
-
Uses of ClockDifference in hudson.model
Methods in hudson.model that return ClockDifference Modifier and Type Method Description ClockDifference
Node. getClockDifference()
Estimates the clock difference with this agent.Methods in hudson.model that return types with arguments of type ClockDifference Modifier and Type Method Description abstract 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 ClockDifference Modifier and Type Field Description static AbstractNodeMonitorDescriptor<ClockDifference>
ClockMonitor. DESCRIPTOR
Deprecated.as of 2.0 Don't use this field, use injection.Methods in hudson.node_monitors that return ClockDifference Modifier and Type Method Description ClockDifference
ClockMonitor. getDifferenceFor(Computer c)
Methods in hudson.node_monitors that return types with arguments of type ClockDifference Modifier and Type Method Description protected hudson.remoting.Callable<ClockDifference,IOException>
ClockMonitor.DescriptorImpl. createCallable(Computer c)
-
Uses of ClockDifference in hudson.util
Fields in hudson.util declared as ClockDifference Modifier and Type Field Description static ClockDifference
ClockDifference. ZERO
Methods in hudson.util with parameters of type ClockDifference Modifier and Type Method Description static String
ClockDifference. toHtml(ClockDifference d)
Gets the clock difference in HTML string. -
Uses of ClockDifference in jenkins.model
Methods in jenkins.model that return ClockDifference Modifier and Type Method Description ClockDifference
Jenkins. getClockDifference()
Methods in jenkins.model that return types with arguments of type ClockDifference Modifier and Type Method Description hudson.remoting.Callable<ClockDifference,IOException>
Jenkins. getClockDifferenceCallable()
-