Class ExportProjectConfig

    • Constructor Detail

      • ExportProjectConfig

        @DataBoundConstructor
        public ExportProjectConfig​(String filePath,
                                   String exportPath,
                                   boolean createNewPath,
                                   String credentialsId,
                                   String timeout)
        Instantiates a new ExportProjectConfig.
        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 ExportProjectConfig 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