Class PodTemplateMap.PodTemplateSourceImpl
java.lang.Object
org.csanchez.jenkins.plugins.kubernetes.PodTemplateSource
org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateMap.PodTemplateSourceImpl
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- PodTemplateMap
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetList(KubernetesCloud cloud) The list ofPodTemplatecontributed 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:PodTemplateSourceThe list ofPodTemplatecontributed by this implementation.- Specified by:
getListin classPodTemplateSource- Returns:
- The list of
PodTemplatecontributed by this implementation.
-