Uses of Class
com.atlassian.jira.bc.dataimport.DataImportService.ImportResult

Packages that use DataImportService.ImportResult
com.atlassian.jira.bc.dataimport   
com.atlassian.jira.web.action.setup   
com.atlassian.jira.web.action.util   
com.atlassian.jira.web.filters   
 

Uses of DataImportService.ImportResult in com.atlassian.jira.bc.dataimport
 

Methods in com.atlassian.jira.bc.dataimport that return DataImportService.ImportResult
 DataImportService.ImportResult DataImportService.ImportResult.Builder.build()
           
 DataImportService.ImportResult DefaultDataImportService.doImport(com.atlassian.crowd.embedded.api.User loggedInUser, DataImportService.ImportValidationResult result, TaskProgressSink taskProgressSink)
           
 DataImportService.ImportResult DataImportService.doImport(com.atlassian.crowd.embedded.api.User loggedInUser, DataImportService.ImportValidationResult result, TaskProgressSink taskProgressSink)
          Performs the actual import given a valid validation result.
 DataImportService.ImportResult ImportResultStore.getLastResult()
           
 DataImportService.ImportResult DefaultImportResultStore.getLastResult()
           
 

Methods in com.atlassian.jira.bc.dataimport with parameters of type DataImportService.ImportResult
 void ImportResultStore.storeResult(DataImportService.ImportResult importResult)
           
 void DefaultImportResultStore.storeResult(DataImportService.ImportResult importResult)
           
 

Uses of DataImportService.ImportResult in com.atlassian.jira.web.action.setup
 

Methods in com.atlassian.jira.web.action.setup that return DataImportService.ImportResult
 DataImportService.ImportResult DataImportAsyncCommand.call()
           
 

Uses of DataImportService.ImportResult in com.atlassian.jira.web.action.util
 

Methods in com.atlassian.jira.web.action.util with parameters of type DataImportService.ImportResult
 boolean ImportResultHandler.handleErrorResult(javax.servlet.ServletContext context, DataImportService.ImportResult lastResult, 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.
 boolean DefaultImportResultHandler.handleErrorResult(javax.servlet.ServletContext context, DataImportService.ImportResult lastResult, I18nHelper i18n, ErrorCollection errorCollection)
           
 

Uses of DataImportService.ImportResult in com.atlassian.jira.web.filters
 

Methods in com.atlassian.jira.web.filters that return DataImportService.ImportResult
 DataImportService.ImportResult JiraImportProgressFilter.SimpleTaskDescriptorBean.getResult()
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.