Class JUnitPublisher.DescriptorImpl

All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
JUnitPublisher

@Symbol("publishUNIT") @Extension(ordinal=10005.0, optional=true) public static final class JUnitPublisher.DescriptorImpl extends AbstractReportDescriptor
DescriptorImpl for JUnitPublisher.
  • Constructor Details

  • Method Details

    • getDisplayName

      @Nonnull public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<Publisher>
    • doCheckUnstableThreshold

      public FormValidation doCheckUnstableThreshold(@QueryParameter String value)
      Validates the unstable threshold.
      Parameters:
      value - the threshold
      Returns:
      the form validation
    • doCheckFailedThreshold

      public FormValidation doCheckFailedThreshold(@QueryParameter String value)
      Validates the failed threshold.
      Parameters:
      value - the threshold
      Returns:
      the form validation