Class ImportProjectArchiveConfig

    • Constructor Detail

      • ImportProjectArchiveConfig

        @DataBoundConstructor
        public ImportProjectArchiveConfig​(String tmsPath,
                                          String importPath,
                                          String importConfigPath,
                                          boolean replaceFiles)
        Instantiates a new ImportProjectArchiveConfig.
        Parameters:
        tmsPath - the project path
        importPath - the import configuration path
        importConfigPath - the import config path
        replaceFiles - specifies whether existing files should be overwritten
    • Method Detail

      • getImportConfigPath

        public String getImportConfigPath()
      • isReplaceFiles

        public boolean isReplaceFiles()
      • expand

        public ImportProjectArchiveConfig 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 final 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.