Uses of Class
hudson.slaves.OfflineCause
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code that monitors the health of agents
Code related to agents.
-
Uses of OfflineCause in hudson
Modifier and TypeClassDescriptionstatic class
Connection terminated because we are reconnected from the current peer. -
Uses of OfflineCause in hudson.model
Modifier and TypeFieldDescriptionprotected OfflineCause
Computer.offlineCause
Contains info about reason behind computer being offline.Modifier and TypeMethodDescriptionComputer.getOfflineCause()
If the computer was offline (either temporarily or not), this method will return the cause.Node.getTemporaryOfflineCause()
Get the cause if temporary offline.Modifier and TypeMethodDescriptionFuture<?>
Computer.disconnect
(OfflineCause cause) Disconnect this computer.void
Computer.setOfflineCause
(OfflineCause cause) Allows a caller to define anOfflineCause
for a computer that has never been online.void
Computer.setTemporarilyOffline
(boolean temporarilyOffline, OfflineCause cause) Deprecated.void
Computer.setTemporaryOfflineCause
(OfflineCause temporaryOfflineCause) Marks the computer as temporarily offline. -
Uses of OfflineCause in hudson.node_monitors
Modifier and TypeClassDescriptionstatic final class
Value object that represents the disk space.class
Offline cause to denote it was node monitor what put computer offline.static final class
Immutable representation of the monitoring data.Modifier and TypeMethodDescriptionprotected boolean
AbstractNodeMonitorDescriptor.markOffline
(Computer c, OfflineCause oc) Utility method to mark the computer offline for derived classes. -
Uses of OfflineCause in hudson.slaves
Modifier and TypeClassDescriptionstatic class
static class
Caused by unexpected channel termination.static class
Caused by idle period.static class
Caused by failure to launch.static class
Deprecated.Only exists for backward compatibility.static class
OfflineCause
that renders a static text, but without any further UI.static class
Taken offline by user.static class
Modifier and TypeMethodDescriptionstatic OfflineCause
OfflineCause.create
(org.jvnet.localizer.Localizable d) Modifier and TypeMethodDescriptionFuture<?>
SlaveComputer.disconnect
(OfflineCause cause) void
ComputerListener.onOffline
(Computer c, OfflineCause cause) Called right after aComputer
went offline.void
ComputerListener.onTemporarilyOffline
(Computer c, OfflineCause cause) Indicates that the computer was marked as temporarily offline by the administrator.
Computer.setTemporaryOfflineCause(OfflineCause)
instead.