Class ExportProjectAttributeConfig

    • Constructor Detail

      • ExportProjectAttributeConfig

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

      • expand

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