Class PodRetentionDescriptor

java.lang.Object
hudson.model.Descriptor<PodRetention>
org.csanchez.jenkins.plugins.kubernetes.pod.retention.PodRetentionDescriptor
All Implemented Interfaces:
Saveable, OnMaster
Direct Known Subclasses:
Always.DescriptorImpl, Default.DescriptorImpl, Never.DescriptorImpl, OnFailure.DescriptorImpl

public abstract class PodRetentionDescriptor extends Descriptor<PodRetention>
A Descriptor for any PodRetention implementation.
  • Constructor Details

    • PodRetentionDescriptor

      public PodRetentionDescriptor()