Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at
Hudson . |
hudson.node_monitors |
Code that monitors the health of agents
|
hudson.util |
Other miscellaneous utility code
|
jenkins.model |
Modifier and Type | Method and Description |
---|---|
ClockDifference |
Node.getClockDifference()
Estimates the clock difference with this agent.
|
Modifier and Type | Method and Description |
---|---|
hudson.remoting.Callable<ClockDifference,IOException> |
Slave.getClockDifferenceCallable() |
abstract hudson.remoting.Callable<ClockDifference,IOException> |
Node.getClockDifferenceCallable()
Returns a
Callable that when run on the channel, estimates the clock difference. |
Modifier and Type | Field and Description |
---|---|
static AbstractNodeMonitorDescriptor<ClockDifference> |
ClockMonitor.DESCRIPTOR
Deprecated.
as of 2.0
Don't use this field, use injection.
|
Modifier and Type | Method and Description |
---|---|
ClockDifference |
ClockMonitor.getDifferenceFor(Computer c) |
Modifier and Type | Method and Description |
---|---|
protected hudson.remoting.Callable<ClockDifference,IOException> |
ClockMonitor.DescriptorImpl.createCallable(Computer c) |
Modifier and Type | Field and Description |
---|---|
static ClockDifference |
ClockDifference.ZERO |
Modifier and Type | Method and Description |
---|---|
static String |
ClockDifference.toHtml(ClockDifference d)
Gets the clock difference in HTML string.
|
Modifier and Type | Method and Description |
---|---|
ClockDifference |
Jenkins.getClockDifference() |
Modifier and Type | Method and Description |
---|---|
hudson.remoting.Callable<ClockDifference,IOException> |
Jenkins.getClockDifferenceCallable() |
Copyright © 2004–2021. All rights reserved.