Uses of Interface
com.atlassian.jira.web.action.util.ImportResultHandler

Packages that use ImportResultHandler
com.atlassian.jira.web.action.setup   
com.atlassian.jira.web.action.util   
 

Uses of ImportResultHandler in com.atlassian.jira.web.action.setup
 

Constructors in com.atlassian.jira.web.action.setup with parameters of type ImportResultHandler
SetupImport(IndexPathManager indexPathManager, ExternalLinkUtil externalLinkUtil, BuildUtilsInfo buildUtilsInfo, FileFactory fileFactory, DataImportService dataImportService, ImportResultHandler importResultHandler, VelocityRequestContextFactory velocityRequestContextFactory)
           
 

Uses of ImportResultHandler in com.atlassian.jira.web.action.util
 

Classes in com.atlassian.jira.web.action.util that implement ImportResultHandler
 class DefaultImportResultHandler
          An error handler to be used both by SetupImport and ImportAll for some consistent error handling.
 

Constructors in com.atlassian.jira.web.action.util with parameters of type ImportResultHandler
ImportAll(IndexPathManager indexPathManager, JiraHome jiraHome, FileFactory fileFactory, DataImportService dataImportService, ImportResultHandler importResultHandler, VelocityRequestContextFactory velocityRequestContextFactory)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.