Class RecordIssuesStep.Descriptor

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

@Extension public static class RecordIssuesStep.Descriptor extends AnalysisStepDescriptor
Descriptor for this step: defines the context and the UI labels.
  • Constructor Details

    • Descriptor

      public Descriptor()
  • Method Details

    • 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>
    • getRequiredContext

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