Class ReportGeneratorSetting.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<ReportGeneratorSetting>
de.tracetronic.jenkins.plugins.ecutest.report.generator.ReportGeneratorSetting.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
ReportGeneratorSetting

@Extension public static class ReportGeneratorSetting.DescriptorImpl extends Descriptor<ReportGeneratorSetting>
DescriptorImpl for ReportGeneratorSetting.
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • doCheckName

      public FormValidation doCheckName(@QueryParameter String value)
      Validates the setting name.
      Parameters:
      value - the value
      Returns:
      the form validation
    • doCheckValue

      public FormValidation doCheckValue(@QueryParameter String value)
      Validates the setting value.
      Parameters:
      value - the value
      Returns:
      the form validation
    • getDisplayName

      @Nonnull public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<ReportGeneratorSetting>