Class XUnitResultsStep.DescriptorImpl

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

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

    • DescriptorImpl

      public DescriptorImpl()
  • 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
    • getListXUnitTypeDescriptors

      public DescriptorExtensionList<org.jenkinsci.lib.dtkit.type.TestType,org.jenkinsci.lib.dtkit.descriptor.TestTypeDescriptor<?>> getListXUnitTypeDescriptors()
    • getListXUnitThresholdDescriptors

      public DescriptorExtensionList<XUnitThreshold,XUnitThresholdDescriptor<?>> getListXUnitThresholdDescriptors()
    • getListTestDataPublisherDescriptors

      public DescriptorExtensionList<hudson.tasks.junit.TestDataPublisher,Descriptor<hudson.tasks.junit.TestDataPublisher>> getListTestDataPublisherDescriptors()