Class NotiferStep.DescriptorImpl

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

@Extension public static class NotiferStep.DescriptorImpl extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
Descriptor for the step.
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getRequiredContext

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

      public String getFunctionName()
      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>
    • doCheckPriority

      @POST public FormValidation doCheckPriority(@QueryParameter int value)
    • doFillPriorityItems

      @POST public ListBoxModel doFillPriorityItems()
      Fill priority dropdown.
    • doFillCredentialsIdItems

      @POST public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId)
      Fill credentials dropdown.