@PublicApi public final class ImportStartedEvent extends Object implements DataImportEvent
DataImportEvent.ImportType
Constructor and Description |
---|
ImportStartedEvent()
Deprecated.
|
ImportStartedEvent(io.atlassian.fugue.Option<Long> xmlExportTime) |
ImportStartedEvent(io.atlassian.fugue.Option<Long> xmlExportTime,
DataImportEvent.ImportType xmlImportType) |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Option<Long> |
getXmlExportTime() |
DataImportEvent.ImportType |
getXmlImportType() |
@Deprecated public ImportStartedEvent()
public ImportStartedEvent(io.atlassian.fugue.Option<Long> xmlExportTime)
public ImportStartedEvent(io.atlassian.fugue.Option<Long> xmlExportTime, DataImportEvent.ImportType xmlImportType)
public io.atlassian.fugue.Option<Long> getXmlExportTime()
getXmlExportTime
in interface DataImportEvent
public DataImportEvent.ImportType getXmlImportType()
Copyright © 2002-2022 Atlassian. All Rights Reserved.