Methods in com.atlassian.jira.bean.export that throw FileExistsException |
String |
AutoExport.exportData()
Performs the actual export of the data according to the implementation's
configuration. |
String |
AutoExportImpl.exportData()
Attempts to choose the best location for export and exports the existing data
This method tries to export to backup path, then to index path and the to the value
of the "javax.servlet.context.tempdir" property of the passed in ServletContext |
String |
AutoExport.getExportFilePath()
Returns the path to be used for backing up data. |
String |
AutoExportImpl.getExportFilePath()
Tries the JIRA backup path, the configured JIRA index path and the servlet
temp directory as candidate export file paths before failing. |