java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.util.validation.AbstractValidator
de.tracetronic.jenkins.plugins.ecutest.util.validation.JUnitValidator

public class JUnitValidator extends AbstractValidator
Validator to check UNIT related form fields.
  • Constructor Details

    • JUnitValidator

      public JUnitValidator()
  • Method Details

    • validateUnstableThreshold

      public FormValidation validateUnstableThreshold(String value)
      Validates the unstable threshold.
      Parameters:
      value - the threshold
      Returns:
      the form validation
    • validateFailedThreshold

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