Package | Description |
---|---|
hudson | |
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.slaves |
Code related to slaves.
|
Modifier and Type | Class and Description |
---|---|
static class |
TcpSlaveAgentListener.ConnectionFromCurrentPeer
Connection terminated because we are reconnected from the current peer.
|
Modifier and Type | Field and Description |
---|---|
protected OfflineCause |
Computer.offlineCause
Contains info about reason behind computer being offline.
|
Modifier and Type | Method and Description |
---|---|
OfflineCause |
Computer.getOfflineCause()
If the computer was offline (either temporarily or not),
this method will return the cause.
|
Modifier and Type | Method and Description |
---|---|
Future<?> |
Computer.disconnect(OfflineCause cause)
Disconnect this computer.
|
void |
Computer.setTemporarilyOffline(boolean temporarilyOffline,
OfflineCause cause)
Marks the computer as temporarily offline.
|
Modifier and Type | Class and Description |
---|---|
static class |
DiskSpaceMonitorDescriptor.DiskSpace
Value object that represents the disk space.
|
class |
MonitorOfflineCause
Offline cause to denote it was node monitor what put computer offline.
|
static class |
ResponseTimeMonitor.Data
Immutable representation of the monitoring data.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractNodeMonitorDescriptor.markOffline(Computer c,
OfflineCause oc)
Utility method to mark the computer offline for derived classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
OfflineCause.ByCLI |
static class |
OfflineCause.ChannelTermination
Caused by unexpected channel termination.
|
static class |
OfflineCause.IdleOfflineCause
Caused by idle period.
|
static class |
OfflineCause.LaunchFailed
Caused by failure to launch.
|
static class |
OfflineCause.SimpleOfflineCause
OfflineCause that renders a static text,
but without any further UI. |
static class |
OfflineCause.UserCause
Taken offline by user.
|
Modifier and Type | Method and Description |
---|---|
static OfflineCause |
OfflineCause.create(org.jvnet.localizer.Localizable d) |
Modifier and Type | Method and Description |
---|---|
Future<?> |
SlaveComputer.disconnect(OfflineCause cause) |
void |
ComputerListener.onOffline(Computer c,
OfflineCause cause)
Called right after a
Computer went offline. |
void |
ComputerListener.onTemporarilyOffline(Computer c,
OfflineCause cause)
Indicates that the computer was marked as temporarily offline by the administrator.
|
Copyright © 2016. All rights reserved.