Package hudson.node_monitors
Class MonitorOfflineCause
- java.lang.Object
-
- hudson.slaves.OfflineCause
-
- hudson.node_monitors.MonitorOfflineCause
-
- Direct Known Subclasses:
DiskSpaceMonitorDescriptor.DiskSpace
,ResponseTimeMonitor.Data
public abstract class MonitorOfflineCause extends OfflineCause
Offline cause to denote it was node monitor what put computer offline.- Since:
- 1.595
- Author:
- ogondza
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.slaves.OfflineCause
OfflineCause.ByCLI, OfflineCause.ChannelTermination, OfflineCause.IdleOfflineCause, OfflineCause.LaunchFailed, OfflineCause.SimpleOfflineCause, OfflineCause.UserCause
-
-
Field Summary
-
Fields inherited from class hudson.slaves.OfflineCause
timestamp
-
-
Constructor Summary
Constructors Constructor Description MonitorOfflineCause()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Class<? extends NodeMonitor>
getTrigger()
Identify monitor implementation that put computer offline.-
Methods inherited from class hudson.slaves.OfflineCause
create, getTime, getTimestamp
-
-
-
-
Method Detail
-
getTrigger
@NonNull public abstract Class<? extends NodeMonitor> getTrigger()
Identify monitor implementation that put computer offline.
-
-