Package | Description |
---|---|
com.atlassian.jira.bc.dataimport | |
com.atlassian.jira.web.action.setup | |
com.atlassian.jira.web.action.util | |
com.atlassian.jira.web.filters |
Modifier and Type | Method and Description |
---|---|
DataImportService.ImportResult |
DataImportService.ImportResult.Builder.build() |
DataImportService.ImportResult |
DefaultDataImportService.doImport(ApplicationUser loggedInUser,
DataImportService.ImportValidationResult result,
TaskProgressSink taskProgressSink) |
DataImportService.ImportResult |
DataImportService.doImport(ApplicationUser loggedInUser,
DataImportService.ImportValidationResult result,
TaskProgressSink taskProgressSink)
Performs the actual import given a valid validation result.
|
DataImportService.ImportResult |
DefaultImportResultStore.getLastResult() |
DataImportService.ImportResult |
ImportResultStore.getLastResult() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultImportResultStore.storeResult(DataImportService.ImportResult importResult) |
void |
ImportResultStore.storeResult(DataImportService.ImportResult importResult) |
Modifier and Type | Method and Description |
---|---|
DataImportService.ImportResult |
DataImportAsyncCommand.call() |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultImportResultHandler.handleErrorResult(DataImportService.ImportResult importResult,
I18nHelper i18n,
ErrorCollection errorCollection) |
boolean |
ImportResultHandler.handleErrorResult(DataImportService.ImportResult importResult,
I18nHelper i18n,
ErrorCollection errorCollection)
Given an import result this method will take the appropriate actions to deal with errors such as throwing
up JohnsonEvents or populating the passed in errorcollection with the appropriate errors.
|
Modifier and Type | Method and Description |
---|---|
DataImportService.ImportResult |
JiraImportProgressFilter.SimpleTaskDescriptorBean.getResult() |
Copyright © 2002-2023 Atlassian. All Rights Reserved.