| Package | Description |
|---|---|
| com.atlassian.jira.bc.dataimport |
| Modifier and Type | Method and Description |
|---|---|
DataImportEvent.ImportType |
ImportStartedEvent.getXmlImportType() |
DataImportEvent.ImportType |
ImportCompletedEvent.getXmlImportType() |
static DataImportEvent.ImportType |
DataImportEvent.ImportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataImportEvent.ImportType[] |
DataImportEvent.ImportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ImportCompletedEvent(boolean importSuccessful,
io.atlassian.fugue.Option<Long> xmlExportTime,
DataImportEvent.ImportType xmlImportType) |
ImportStartedEvent(io.atlassian.fugue.Option<Long> xmlExportTime,
DataImportEvent.ImportType xmlImportType) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.