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

public class TMSValidator extends AbstractValidator
Validator to check project exporter related form fields.
  • Constructor Details

    • TMSValidator

      public TMSValidator()
  • Method Details

    • validateExportPath

      public FormValidation validateExportPath(String exportPath)
      Validates the export target path.
      Parameters:
      exportPath - the export path
      Returns:
      the form validation
    • validateTestPath

      public FormValidation validateTestPath(String testPath)
      Validates the test path to import.
      Parameters:
      testPath - the test path to import
      Returns:
      the form validation
    • validateArchivePath

      public FormValidation validateArchivePath(String archivePath)
      Validates the project archive path to import.
      Parameters:
      archivePath - the project archive to import
      Returns:
      the form validation
    • validateImportPath

      public FormValidation validateImportPath(String importPath)
      Validates the import target path.
      Parameters:
      importPath - the import path
      Returns:
      the form validation
    • validateImportConfigPath

      public FormValidation validateImportConfigPath(String importConfigPath)
      Validates the import configuration target path.
      Parameters:
      importConfigPath - the import configuration path
      Returns:
      the form validation