Uses of Interface
jenkins.agents.IOfflineCause
Packages that use IOfflineCause
Package
Description
Code that monitors the health of agents
Code related to agents.
-
Uses of IOfflineCause in hudson
Classes in hudson that implement IOfflineCauseModifier and TypeClassDescriptionstatic class
Connection terminated because we are reconnected from the current peer. -
Uses of IOfflineCause in hudson.node_monitors
Classes in hudson.node_monitors that implement IOfflineCauseModifier 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. -
Uses of IOfflineCause in hudson.slaves
Classes in hudson.slaves that implement IOfflineCauseModifier and TypeClassDescriptionclass
Represents a cause that puts a computer offline.static 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
-
Uses of IOfflineCause in jenkins.model
Methods in jenkins.model that return IOfflineCause