com.atlassian.jira.bc.dataimport
Class ImportStartedEvent

java.lang.Object
  extended by com.atlassian.jira.bc.dataimport.ImportStartedEvent
All Implemented Interfaces:
DataImportEvent

@PublicApi
public final class ImportStartedEvent
extends Object
implements DataImportEvent

Raised before a JIRA XML import is performed.

Since:
v5.1

Method Summary
 com.atlassian.fugue.Option<Long> getXmlExportTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getXmlExportTime

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.