Uses of Interface
com.atlassian.jira.web.action.util.ImportResultHandler
Packages that use ImportResultHandler
Package
Description
-
Uses of ImportResultHandler in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return ImportResultHandlerModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.defaultImportResultHandler(JohnsonProvider johnsonProvider, LicenseJohnsonEventRaiser licenseJohnsonEventRaiser) -
Uses of ImportResultHandler in com.atlassian.jira.web.action.setup
Constructors in com.atlassian.jira.web.action.setup with parameters of type ImportResultHandlerModifierConstructorDescriptionSetupImport(IndexPathManager indexPathManager, ExternalLinkUtil externalLinkUtil, BuildUtilsInfo buildUtilsInfo, FileFactory fileFactory, DataImportService dataImportService, ImportResultHandler importResultHandler, VelocityRequestContextFactory velocityRequestContextFactory, MailSettings mailSettings, PostSetupURIProvider postSetupURIProvider, JiraProperties jiraProperties, JohnsonProvider johnsonProvider, JiraProductInformation jiraProductInformation) -
Uses of ImportResultHandler in com.atlassian.jira.web.action.util
Classes in com.atlassian.jira.web.action.util that implement ImportResultHandlerModifier and TypeClassDescriptionclassAn error handler to be used both bySetupImportandImportAllfor some consistent error handling.Constructors in com.atlassian.jira.web.action.util with parameters of type ImportResultHandlerModifierConstructorDescriptionImportAll(IndexPathManager indexPathManager, FileStores fileStores, FileFactory fileFactory, DataImportService dataImportService, ImportResultHandler importResultHandler, VelocityRequestContextFactory velocityRequestContextFactory, MailSettings mailSettings, JiraProperties jiraProperties, JohnsonProvider johnsonProvider, JiraProductInformation jiraProductInformation, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService)