java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.test.config.TMSConfig
de.tracetronic.jenkins.plugins.ecutest.test.config.ImportConfig
All Implemented Interfaces:
ExpandableConfig, Describable<TMSConfig>, Serializable
Direct Known Subclasses:
ImportPackageConfig, ImportProjectArchiveConfig, ImportProjectConfig

public abstract class ImportConfig extends TMSConfig
Common base class for ImportPackageConfig and ImportProjectConfig.
See Also:
  • Constructor Details

    • ImportConfig

      public ImportConfig(String tmsPath, String importPath, String credentialsId, String timeout)
      Instantiates a new ImportConfig.
      Parameters:
      tmsPath - the path in the test management system
      importPath - the import target path
      credentialsId - the credentials id
      timeout - the timeout
  • Method Details

    • getTmsPath

      public String getTmsPath()
    • getImportPath

      public String getImportPath()
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • canEqual

      public boolean canEqual(Object other)
      Implementation according to Equality Pitfall #4.
      Parameters:
      other - the other object
      Returns:
      true if the other object is an instance of the class in which canEqual is (re)defined, false otherwise.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object