Class TMSValidator
java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.util.validation.AbstractValidator
de.tracetronic.jenkins.plugins.ecutest.util.validation.TMSValidator
Validator to check project exporter 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 TypeMethodDescriptionvalidateArchivePath
(String archivePath) Validates the project archive path to import.validateExportPath
(String exportPath) Validates the export target path.validateImportConfigPath
(String importConfigPath) Validates the import configuration target path.validateImportPath
(String importPath) Validates the import target path.validateTestPath
(String testPath) Validates the test path to import.Methods inherited from class de.tracetronic.jenkins.plugins.ecutest.util.validation.AbstractValidator
validatePackageFile, validateParameterizedValue, validateProjectFile, validateRequiredParamValue, validateRequiredValue, validateTimeout
-
Constructor Details
-
TMSValidator
public TMSValidator()
-
-
Method Details
-
validateExportPath
Validates the export target path.- Parameters:
exportPath
- the export path- Returns:
- the form validation
-
validateTestPath
Validates the test path to import.- Parameters:
testPath
- the test path to import- Returns:
- the form validation
-
validateArchivePath
Validates the project archive path to import.- Parameters:
archivePath
- the project archive to import- Returns:
- the form validation
-
validateImportPath
Validates the import target path.- Parameters:
importPath
- the import path- Returns:
- the form validation
-
validateImportConfigPath
Validates the import configuration target path.- Parameters:
importConfigPath
- the import configuration path- Returns:
- the form validation
-