Package hudson.slaves
Class SimpleScheduledRetentionStrategy.ScheduledOfflineCause
java.lang.Object
hudson.slaves.OfflineCause
hudson.slaves.OfflineCause.SimpleOfflineCause
hudson.slaves.SimpleScheduledRetentionStrategy.ScheduledOfflineCause
- All Implemented Interfaces:
IOfflineCause
- Enclosing class:
- SimpleScheduledRetentionStrategy
public static class SimpleScheduledRetentionStrategy.ScheduledOfflineCause
extends OfflineCause.SimpleOfflineCause
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.slaves.OfflineCause
OfflineCause.ByCLI, OfflineCause.ChannelTermination, OfflineCause.IdleOfflineCause, OfflineCause.LaunchFailed, OfflineCause.LegacyOfflineCause, OfflineCause.SimpleOfflineCause, OfflineCause.UserCause
-
Field Summary
Fields inherited from class hudson.slaves.OfflineCause.SimpleOfflineCause
description
Fields inherited from class hudson.slaves.OfflineCause
timestamp
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.slaves.OfflineCause.SimpleOfflineCause
toString
Methods inherited from class hudson.slaves.OfflineCause
create, getTimestamp
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface jenkins.agents.IOfflineCause
getComputerIconAltText, getMessage, getReason, getStatusClass, getTime
-
Constructor Details
-
ScheduledOfflineCause
public ScheduledOfflineCause()
-
-
Method Details
-
getComputerIcon
- Returns:
- The icon to use for the computer that has this offline cause. It will be displayed in the build executor status widget, as well as in nodes list screen.
-
getIcon
- Returns:
- The icon to render this offline cause. It will be displayed in the build executor status widget.
-