Class PodTemplateStep.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.StepDescriptor
org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
PodTemplateStep

@Extension public static class PodTemplateStep.DescriptorImpl extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
  • Field Details

    • defaultInstanceCap

      public static final Integer defaultInstanceCap
    • defaultPodRetention

      public static final PodRetention defaultPodRetention
    • defaultWorkspaceVolume

      public static final WorkspaceVolume defaultWorkspaceVolume
    • defaultInheritFrom

      public static final String defaultInheritFrom
      Only used for snippet generation.
      See Also:
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • doFillCloudItems

      public ListBoxModel doFillCloudItems()
    • doFillInheritFromItems

      public ListBoxModel doFillInheritFromItems(@QueryParameter("cloud") String cloudName)
    • getFunctionName

      public String getFunctionName()
      Specified by:
      getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
    • takesImplicitBlockArgument

      public boolean takesImplicitBlockArgument()
      Overrides:
      takesImplicitBlockArgument in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • getRequiredContext

      public Set<? extends Class<?>> getRequiredContext()
      Specified by:
      getRequiredContext in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • getWorkingDir

      public String getWorkingDir()