|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.imports.project.validation.CustomFieldOptionMapperValidatorImpl
public class CustomFieldOptionMapperValidatorImpl
Constructor Summary | |
---|---|
CustomFieldOptionMapperValidatorImpl(OptionsManager optionsManager)
|
Method Summary | |
---|---|
void |
validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
CustomFieldOptionMapper customFieldOptionMapper,
CustomFieldMapper customFieldMapper,
Map customFieldValueMessageSets)
Validates the automatic mappings that have been created to see if the mappings are relevant in the current JIRA instances setup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomFieldOptionMapperValidatorImpl(OptionsManager optionsManager)
Method Detail |
---|
public void validateMappings(I18nHelper i18nHelper, BackupProject backupProject, CustomFieldOptionMapper customFieldOptionMapper, CustomFieldMapper customFieldMapper, Map customFieldValueMessageSets)
CustomFieldOptionMapperValidator
validateMappings
in interface CustomFieldOptionMapperValidator
i18nHelper
- used to i18n error messagesbackupProject
- used to determine the project portion which helps identify which custom field configuration we are usingcustomFieldOptionMapper
- the mapper that is being validated, should have been mapped and flagged as required.customFieldMapper
- a fully populated and validated custom field mapper.customFieldValueMessageSets
- this is a map of that is keyed by the old custom field id who's value is a message set
of errors and warnings about that custom field. This is where options related errors and warnings will be reported.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |