Exporter class usage

I’m trying to use the Exporter class which supposed to be in the com.atlassian.confluence.it.export package, however I can’t find such either manually or via IntelliJ IDEA. Anyone used it before? Something else to use to get exported backup URL or at least File?

@yevgen.lasman - which version of Confluence server are you running?

I’ve configued by project for 6.4.3

I’m actually able to export the backup using ImportExportManager.exportAs(ctx, progress) but I’d like to control resulting backup filename and get the URL so it can be downloaded via application GUI.