Uses of Class
hudson.util.ClockDifference

Packages that use ClockDifference
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.node_monitors Code that monitors the health of slaves 
hudson.util Other miscellaneous utility code 
jenkins.model   
 

Uses of ClockDifference in hudson.model
 

Methods in hudson.model that return ClockDifference
abstract  ClockDifference Node.getClockDifference()
          Estimates the clock difference with this slave.
 ClockDifference Slave.getClockDifference()
           
 

Uses of ClockDifference in hudson.node_monitors
 

Fields in hudson.node_monitors with type parameters of type ClockDifference
static AbstractNodeMonitorDescriptor<ClockDifference> ClockMonitor.DESCRIPTOR
           
 

Methods in hudson.node_monitors that return ClockDifference
 ClockDifference ClockMonitor.getDifferenceFor(Computer c)
           
 

Uses of ClockDifference in hudson.util
 

Fields in hudson.util declared as ClockDifference
static ClockDifference ClockDifference.ZERO
           
 

Methods in hudson.util with parameters of type ClockDifference
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
 ClockDifference Jenkins.getClockDifference()
           
 



Copyright © 2004-2013. All Rights Reserved.