| 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 slaves
|
| hudson.util |
Other miscellaneous utility code
|
| jenkins.model |
| Modifier and Type | Method and Description |
|---|---|
ClockDifference |
Node.getClockDifference()
Estimates the clock difference with this slave.
|
| Modifier and Type | Method and Description |
|---|---|
abstract hudson.remoting.Callable<ClockDifference,IOException> |
Node.getClockDifferenceCallable()
Returns a
Callable that when run on the channel, estimates the clock difference. |
hudson.remoting.Callable<ClockDifference,IOException> |
Slave.getClockDifferenceCallable() |
| Modifier and Type | Field and Description |
|---|---|
static AbstractNodeMonitorDescriptor<ClockDifference> |
ClockMonitor.DESCRIPTOR |
| Modifier and Type | Method and Description |
|---|---|
ClockDifference |
ClockMonitor.getDifferenceFor(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 © 2019. All rights reserved.