Uses of Class
org.csanchez.jenkins.plugins.kubernetes.pod.retention.PodRetention
Package
Description
-
Uses of PodRetention in org.csanchez.jenkins.plugins.kubernetes
Modifier and TypeMethodDescriptionKubernetesCloud.getPodRetention()
Gets the global pod retention policy for the plugin.KubernetesSlave.getPodRetention
(KubernetesCloud cloud) PodTemplate.getPodRetention()
Modifier and TypeMethodDescriptionvoid
KubernetesCloud.setPodRetention
(PodRetention podRetention) Set the global pod retention policy for the plugin.void
PodTemplate.setPodRetention
(PodRetention podRetention) -
Uses of PodRetention in org.csanchez.jenkins.plugins.kubernetes.pipeline
Modifier and TypeFieldDescriptionstatic final PodRetention
PodTemplateStep.DescriptorImpl.defaultPodRetention
Modifier and TypeMethodDescriptionKubernetesDeclarativeAgent.DescriptorImpl.getDefaultPodRetention()
KubernetesDeclarativeAgent.getPodRetention()
PodTemplateStep.getPodRetention()
Modifier and TypeMethodDescriptionvoid
KubernetesDeclarativeAgent.setPodRetention
(PodRetention podRetention) void
PodTemplateStep.setPodRetention
(PodRetention podRetention) -
Uses of PodRetention in org.csanchez.jenkins.plugins.kubernetes.pod.retention
Modifier and TypeMethodDescriptionstatic PodRetention
PodRetention.getKubernetesCloudDefault()
Returns the defaultPodRetention
for aKubernetesCloud
instance.static PodRetention
PodRetention.getPodTemplateDefault()
Returns the defaultPodRetention
for aPodTemplate
instance.