com.atlassian.jira.bc.dataimport
Interface DataExportEvent

All Known Implementing Classes:
ExportCompletedEvent, ExportStartedEvent

public interface DataExportEvent

The interface implemented by events related to JIRA data export.

Since:
v6.2

Method Summary
 Long getXmlExportTime()
           
 

Method Detail

getXmlExportTime

Long getXmlExportTime()
Returns:
the time in milliseconds when the export was started.


Copyright © 2002-2014 Atlassian. All Rights Reserved.