Class PodOfflineCause
java.lang.Object
hudson.slaves.OfflineCause
hudson.slaves.OfflineCause.SimpleOfflineCause
org.csanchez.jenkins.plugins.kubernetes.pod.retention.PodOfflineCause
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.SimpleOfflineCause, OfflineCause.UserCause
-
Field Summary
Fields inherited from class hudson.slaves.OfflineCause.SimpleOfflineCause
description
Fields inherited from class hudson.slaves.OfflineCause
timestamp
-
Constructor Summary
ModifierConstructorDescriptionprotected
PodOfflineCause
(org.jvnet.localizer.Localizable description) Create new pod offline cause. -
Method Summary
Methods inherited from class hudson.slaves.OfflineCause.SimpleOfflineCause
toString
Methods inherited from class hudson.slaves.OfflineCause
create, getTime, getTimestamp
-
Constructor Details
-
PodOfflineCause
protected PodOfflineCause(org.jvnet.localizer.Localizable description) Create new pod offline cause.- Parameters:
description
- offline description
-