Class ConfigSubstitutionStep.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.StepDescriptor
io.jenkins.plugins.configsplice.ConfigSubstitutionStep.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
ConfigSubstitutionStep

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

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getFunctionName

      public String getFunctionName()
      The Groovy function name.

      This, not @Symbol, is what names a custom Step: Jenkins resolves a StepDescriptor through getFunctionName() and only falls back to a symbol for descriptors that are not steps (ADR: gate 5 / SRS section 4.2).

      Specified by:
      getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • getDisplayName

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

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

      @POST public ListBoxModel doFillNoMatchBehaviorItems(@AncestorInPath Item item)
    • doFillMissingPathBehaviorItems

      @POST public ListBoxModel doFillMissingPathBehaviorItems(@AncestorInPath Item item)