Modifier and Type | Method and Description |
---|---|
ValidationMessage |
ReferenceProjectImportValidator.validate(BackupProject backupProject,
I18nHelper i18n) |
Modifier and Type | Method and Description |
---|---|
List<ValidationMessage> |
DefaultProjectImportManager.doPluginValidation(BackupProject backupProject,
TaskProgressInterval sysFieldSubInterval,
I18nHelper i18n) |
List<ValidationMessage> |
ProjectImportManager.doPluginValidation(BackupProject backupProject,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n)
Call any plugin handlers that have registered to do validation
|
Modifier and Type | Method and Description |
---|---|
ValidationMessage |
PluggableValidator.validate(BackupProject backupProject,
I18nHelper i18n) |
Modifier and Type | Method and Description |
---|---|
List<ValidationMessage> |
MappingResult.getCustomFieldsMessageList() |
List<ValidationMessage> |
MappingResult.getPluginMessageList() |
List<ValidationMessage> |
MappingResult.getSystemFieldsMessageList() |
Modifier and Type | Method and Description |
---|---|
void |
MappingResult.setCustomFieldsMessageList(List<ValidationMessage> customFieldsMessageList) |
void |
MappingResult.setPluginMessageList(List<ValidationMessage> pluginMessageList) |
void |
MappingResult.setSystemFieldsMessageList(List<ValidationMessage> messageList) |
Modifier and Type | Method and Description |
---|---|
List<ValidationMessage> |
ProjectImportSummary.getCustomFieldsValidateMessages() |
List<ValidationMessage> |
ProjectImportSummary.getPluginsValidateMessages() |
List<ValidationMessage> |
ProjectImportSummary.getSystemFieldsValidateMessages() |
Copyright © 2002-2018 Atlassian. All Rights Reserved.