com.atlassian.jira.bc.dataimport
Interface DataImportEvent

All Known Implementing Classes:
ImportCompletedEvent, ImportStartedEvent

@PublicApi
public interface DataImportEvent

The interface implemented by events related to JIRA data import.

Since:
v6.2

Method Summary
 com.atlassian.fugue.Option<Long> getXmlExportTime()
           
 

Method Detail

getXmlExportTime

com.atlassian.fugue.Option<Long> getXmlExportTime()
Returns:
time in milliseconds when the imported data was exported.


Copyright © 2002-2014 Atlassian. All Rights Reserved.