Class ExportPackageConfig

    • Constructor Detail

      • ExportPackageConfig

        @DataBoundConstructor
        public ExportPackageConfig​(String filePath,
                                   String exportPath,
                                   boolean createNewPath,
                                   String credentialsId,
                                   String timeout)
        Instantiates a new ExportPackageConfig.
        Parameters:
        filePath - the file path
        exportPath - the export path
        createNewPath - specifies whether missing export path will be created
        credentialsId - the credentials id
        timeout - the timeout
    • Method Detail

      • expand

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