Package | Description |
---|---|
org.csanchez.jenkins.plugins.kubernetes | |
org.csanchez.jenkins.plugins.kubernetes.pipeline |
Modifier and Type | Method and Description |
---|---|
static ContainerTemplate |
PodTemplateUtils.combine(ContainerTemplate parent,
ContainerTemplate template)
Combines a
ContainerTemplate with its parent. |
Modifier and Type | Method and Description |
---|---|
List<ContainerTemplate> |
PodTemplate.getContainers() |
Modifier and Type | Method and Description |
---|---|
static ContainerTemplate |
PodTemplateUtils.combine(ContainerTemplate parent,
ContainerTemplate template)
Combines a
ContainerTemplate with its parent. |
Modifier and Type | Method and Description |
---|---|
void |
PodTemplate.setContainers(List<ContainerTemplate> items) |
Constructor and Description |
---|
ContainerTemplate(ContainerTemplate from) |
Modifier and Type | Method and Description |
---|---|
ContainerTemplate |
KubernetesDeclarativeAgent.getContainerTemplate()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ContainerTemplate> |
PodTemplateStep.getContainers() |
List<ContainerTemplate> |
KubernetesDeclarativeAgent.getContainerTemplates() |
Modifier and Type | Method and Description |
---|---|
void |
KubernetesDeclarativeAgent.setContainerTemplate(ContainerTemplate containerTemplate) |
Modifier and Type | Method and Description |
---|---|
void |
PodTemplateStep.setContainers(List<ContainerTemplate> containers) |
void |
KubernetesDeclarativeAgent.setContainerTemplates(List<ContainerTemplate> containerTemplates) |
Constructor and Description |
---|
KubernetesDeclarativeAgent(String label,
ContainerTemplate containerTemplate)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.