Uses of Class
com.atlassian.jira.imports.project.core.ValidationMessage
Packages that use ValidationMessage
Package
Description
-
Uses of ValidationMessage in com.atlassian.jira.dev.reference.plugin.imports.project
Methods in com.atlassian.jira.dev.reference.plugin.imports.project that return ValidationMessageModifier and TypeMethodDescriptionReferenceProjectImportValidator.validate
(BackupProject backupProject, I18nHelper i18n) -
Uses of ValidationMessage in com.atlassian.jira.imports.project
Methods in com.atlassian.jira.imports.project that return types with arguments of type ValidationMessageModifier and TypeMethodDescriptionDefaultProjectImportManager.doPluginValidation
(BackupProject backupProject, TaskProgressInterval sysFieldSubInterval, I18nHelper i18n) ProjectImportManager.doPluginValidation
(BackupProject backupProject, TaskProgressInterval taskProgressInterval, I18nHelper i18n) Call any plugin handlers that have registered to do validation -
Uses of ValidationMessage in com.atlassian.jira.imports.project.ao.handler
Methods in com.atlassian.jira.imports.project.ao.handler that return ValidationMessageModifier and TypeMethodDescriptionPluggableValidator.validate
(BackupProject backupProject, I18nHelper i18n) -
Uses of ValidationMessage in com.atlassian.jira.imports.project.core
Methods in com.atlassian.jira.imports.project.core that return types with arguments of type ValidationMessageModifier and TypeMethodDescriptionMappingResult.getCustomFieldsMessageList()
MappingResult.getPluginMessageList()
MappingResult.getSystemFieldsMessageList()
Method parameters in com.atlassian.jira.imports.project.core with type arguments of type ValidationMessageModifier and TypeMethodDescriptionvoid
MappingResult.setCustomFieldsMessageList
(List<ValidationMessage> customFieldsMessageList) void
MappingResult.setPluginMessageList
(List<ValidationMessage> pluginMessageList) void
MappingResult.setSystemFieldsMessageList
(List<ValidationMessage> messageList) -
Uses of ValidationMessage in com.atlassian.jira.web.action.admin.importer.project
Methods in com.atlassian.jira.web.action.admin.importer.project that return types with arguments of type ValidationMessageModifier and TypeMethodDescriptionProjectImportSummary.getCustomFieldsValidateMessages()
ProjectImportSummary.getPluginsValidateMessages()
ProjectImportSummary.getSystemFieldsValidateMessages()