Package com.atlassian.jira.bc.dataimport
Class ImportStartedEvent
java.lang.Object
com.atlassian.jira.bc.dataimport.ImportStartedEvent
- All Implemented Interfaces:
DataImportEvent
Raised before a JIRA XML import is performed.
- Since:
- v5.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.bc.dataimport.DataImportEvent
DataImportEvent.ImportType -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ImportStartedEvent(io.atlassian.fugue.Option<Long> xmlExportTime) ImportStartedEvent(io.atlassian.fugue.Option<Long> xmlExportTime, DataImportEvent.ImportType xmlImportType) -
Method Summary
-
Constructor Details
-
ImportStartedEvent
Deprecated. -
ImportStartedEvent
-
ImportStartedEvent
public ImportStartedEvent(io.atlassian.fugue.Option<Long> xmlExportTime, DataImportEvent.ImportType xmlImportType)
-
-
Method Details
-
getXmlExportTime
- Specified by:
getXmlExportTimein interfaceDataImportEvent- Returns:
- time in milliseconds when the imported data was exported.
-
getXmlImportType
- Returns:
- a String indicating if the import was from SERVER or CLOUD
-