Class ImportConfig

    • Constructor Detail

      • 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 Detail

      • getTmsPath

        public String getTmsPath()
      • getImportPath

        public String getImportPath()
      • 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