Package com.atlassian.jira.bc.dataimport
Interface DataExportEvent
- All Known Implementing Classes:
ExportCompletedEvent
,ExportFailedEvent
,ExportStartedEvent
,ExportSuccessfulEvent
public interface DataExportEvent
The interface implemented by events related to JIRA data export.
- Since:
- v6.2
-
Method Summary
-
Method Details
-
getXmlExportTime
Long getXmlExportTime()- Returns:
- the time in milliseconds when the export was started.
-