Interface ExpandableConfig
- All Known Implementing Classes:
AttributeConfig,CacheConfig,ExecutionConfig,ExportAttributeConfig,ExportConfig,ExportPackageAttributeConfig,ExportPackageConfig,ExportProjectAttributeConfig,ExportProjectConfig,GlobalConstant,ImportAttributeConfig,ImportConfig,ImportPackageAttributeConfig,ImportPackageConfig,ImportPackageDirConfig,ImportProjectArchiveConfig,ImportProjectAttributeConfig,ImportProjectConfig,ImportProjectDirConfig,PackageConfig,PackageOutputParameter,PackageParameter,ProjectConfig,ReportGeneratorConfig,ReportGeneratorSetting,TestConfig,TMSConfig
public interface ExpandableConfig
Interface describing a factory to expand specific test configurations.
-
Method Summary
Modifier and TypeMethodDescriptionExpands the test configuration parameters by using the current build environment variables.
-
Method Details
-
expand
Expands the test configuration parameters by using the current build environment variables.- Parameters:
envVars- the build environment variables- Returns:
- the expanded specific configuration
-