Class ImportPackageConfig

    • Constructor Detail

      • ImportPackageConfig

        @DataBoundConstructor
        public ImportPackageConfig​(String tmsPath,
                                   String importPath,
                                   String credentialsId,
                                   String timeout)
        Instantiates a new ImportPackageConfig.
        Parameters:
        tmsPath - the package path in test management system
        importPath - the import path
        credentialsId - the credentials id
        timeout - the import timeout
    • Method Detail

      • expand

        public ImportPackageConfig expand​(EnvVars envVars)
        Description copied from interface: ExpandableConfig
        Expands the test configuration parameters by using the current build environment variables.
        Parameters:
        envVars - the build environment variables
        Returns:
        the expanded specific configuration
      • canEqual

        public boolean canEqual​(Object other)
        Description copied from class: ImportConfig
        Implementation according to Equality Pitfall #4.
        Overrides:
        canEqual in class ImportConfig
        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.