Class PodTemplateSource
java.lang.Object
org.csanchez.jenkins.plugins.kubernetes.PodTemplateSource
- All Implemented Interfaces:
ExtensionPoint
- Direct Known Subclasses:
KubernetesCloud.PodTemplateSourceImpl
,PodTemplateMap.PodTemplateSourceImpl
A source of pod templates.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<PodTemplate>
getAll
(KubernetesCloud cloud) protected abstract List<PodTemplate>
getList
(KubernetesCloud cloud) The list ofPodTemplate
contributed by this implementation.
-
Constructor Details
-
PodTemplateSource
public PodTemplateSource()
-
-
Method Details
-
getAll
-
getList
The list ofPodTemplate
contributed by this implementation.- Parameters:
cloud
-- Returns:
- The list of
PodTemplate
contributed by this implementation.
-