Class ExportPackageAttributeConfig

    • Constructor Detail

      • ExportPackageAttributeConfig

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

      • expand

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