Class ImportProjectAttributeConfig

    • Constructor Detail

      • ImportProjectAttributeConfig

        @DataBoundConstructor
        public ImportProjectAttributeConfig​(String filePath,
                                            String credentialsId,
                                            String timeout)
        Instantiates a new ImportProjectAttributeConfig.
        Parameters:
        filePath - the test file path whose attributes to import
        credentialsId - the credentials id
        timeout - the import timeout
    • Method Detail

      • expand

        public ImportProjectAttributeConfig 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