package

com.atlassian.jira.bean.export

Interfaces

AutoExport Abstraction to perform the actual export of backup data from JIRA. 
FilenameGenerator Strategy pattern for abstracting filename generation such as in unique filenames or timestamp-based ones. 

Classes

AutoExportImpl Determines the best possible location (if any) and export all JIRA data to the chosen location using any provided filename generation strategy. 

Exceptions