Class PodOfflineCause
java.lang.Object
hudson.slaves.OfflineCause
hudson.slaves.OfflineCause.SimpleOfflineCause
org.csanchez.jenkins.plugins.kubernetes.pod.retention.PodOfflineCause
- All Implemented Interfaces:
IOfflineCause
OfflineCause for Kubernetes Pods.-
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
descriptionFields inherited from class hudson.slaves.OfflineCause
timestamp -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPodOfflineCause(org.jvnet.localizer.Localizable description) Create new pod offline cause. -
Method Summary
Methods inherited from class hudson.slaves.OfflineCause.SimpleOfflineCause
toStringMethods inherited from class hudson.slaves.OfflineCause
create, getTimestampMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jenkins.agents.IOfflineCause
getComputerIcon, getComputerIconAltText, getIcon, getMessage, getReason, getStatusClass, getTime
-
Constructor Details
-
PodOfflineCause
protected PodOfflineCause(org.jvnet.localizer.Localizable description) Create new pod offline cause.- Parameters:
description- offline description
-