Class KubernetesCloud.PodTemplateSourceImpl
java.lang.Object
org.csanchez.jenkins.plugins.kubernetes.PodTemplateSource
org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.PodTemplateSourceImpl
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- KubernetesCloud
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetList
(KubernetesCloud cloud) The list ofPodTemplate
contributed by this implementation.Methods inherited from class org.csanchez.jenkins.plugins.kubernetes.PodTemplateSource
getAll
-
Constructor Details
-
PodTemplateSourceImpl
public PodTemplateSourceImpl()
-
-
Method Details
-
getList
Description copied from class:PodTemplateSource
The list ofPodTemplate
contributed by this implementation.- Specified by:
getList
in classPodTemplateSource
- Returns:
- The list of
PodTemplate
contributed by this implementation.
-