Package | Description |
---|---|
org.csanchez.jenkins.plugins.kubernetes | |
org.csanchez.jenkins.plugins.kubernetes.pipeline | |
org.csanchez.jenkins.plugins.kubernetes.pod.retention |
Modifier and Type | Method and Description |
---|---|
PodRetention |
KubernetesCloud.getPodRetention()
Gets the global pod retention policy for the plugin.
|
PodRetention |
PodTemplate.getPodRetention() |
PodRetention |
KubernetesSlave.getPodRetention(KubernetesCloud cloud) |
Modifier and Type | Method and Description |
---|---|
List<Descriptor<PodRetention>> |
KubernetesCloud.DescriptorImpl.getAllowedPodRetentions() |
Modifier and Type | Method and Description |
---|---|
void |
KubernetesCloud.setPodRetention(PodRetention podRetention)
Set the global pod retention policy for the plugin.
|
void |
PodTemplate.setPodRetention(PodRetention podRetention) |
Modifier and Type | Method and Description |
---|---|
PodRetention |
PodTemplateStep.getPodRetention() |
Modifier and Type | Method and Description |
---|---|
void |
PodTemplateStep.setPodRetention(PodRetention podRetention) |
Modifier and Type | Class and Description |
---|---|
class |
Always |
class |
Default |
class |
Never |
class |
OnFailure |
Modifier and Type | Method and Description |
---|---|
static PodRetention |
PodRetention.getKubernetesCloudDefault()
Returns the default
PodRetention for a KubernetesCloud instance. |
static PodRetention |
PodRetention.getPodTemplateDefault()
Returns the default
PodRetention for a PodTemplate instance. |
Copyright © 2016–2019. All rights reserved.