Uses of Class
org.csanchez.jenkins.plugins.kubernetes.PodAnnotation
Packages that use PodAnnotation
Package
Description
-
Uses of PodAnnotation in org.csanchez.jenkins.plugins.kubernetes
Methods in org.csanchez.jenkins.plugins.kubernetes that return types with arguments of type PodAnnotationMethod parameters in org.csanchez.jenkins.plugins.kubernetes with type arguments of type PodAnnotationModifier and TypeMethodDescriptionvoid
PodTemplate.addAnnotations
(List<PodAnnotation> annotations) void
PodTemplate.setAnnotations
(List<PodAnnotation> annotations) -
Uses of PodAnnotation in org.csanchez.jenkins.plugins.kubernetes.pipeline
Methods in org.csanchez.jenkins.plugins.kubernetes.pipeline that return types with arguments of type PodAnnotationMethod parameters in org.csanchez.jenkins.plugins.kubernetes.pipeline with type arguments of type PodAnnotationModifier and TypeMethodDescriptionvoid
PodTemplateStep.setAnnotations
(List<PodAnnotation> annotations)