Class JUnitValidator
java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.util.validation.AbstractValidator
de.tracetronic.jenkins.plugins.ecutest.util.validation.JUnitValidator
Validator to check UNIT related form fields.
-
Field Summary
Fields inherited from class de.tracetronic.jenkins.plugins.ecutest.util.validation.AbstractValidator
PARAMETER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalidateFailedThreshold
(String value) Validates the failed threshold.validateUnstableThreshold
(String value) Validates the unstable threshold.Methods inherited from class de.tracetronic.jenkins.plugins.ecutest.util.validation.AbstractValidator
validatePackageFile, validateParameterizedValue, validateProjectFile, validateRequiredParamValue, validateRequiredValue, validateTimeout
-
Constructor Details
-
JUnitValidator
public JUnitValidator()
-
-
Method Details
-
validateUnstableThreshold
Validates the unstable threshold.- Parameters:
value
- the threshold- Returns:
- the form validation
-
validateFailedThreshold
Validates the failed threshold.- Parameters:
value
- the threshold- Returns:
- the form validation
-