Class Exporter

    • Constructor Detail

      • Exporter

        public Exporter()
        Deprecated.
    • Method Detail

      • setContext

        public void setContext​(ExportContext context)
        Deprecated.
      • doExport

        public abstract String doExport​(com.atlassian.core.util.ProgressMeter progress)
                                 throws ImportExportException
        Deprecated.
        Exports the content specified by the configured ExportContext.
        Parameters:
        progress - the meter to update with progress during the export.
        Returns:
        the path to the exported content.
        Throws:
        ImportExportException - if it fails for any reason.