com.atlassian.jira.imports.project.validation
Interface UserMapperValidator
- All Known Implementing Classes:
- UserMapperValidatorImpl
public interface UserMapperValidator
Validates the required Users
This validator makes sure that the Users that are required:
- exist in the current instance
- Since:
- v3.13
validateMappings
MessageSet validateMappings(I18nHelper i18nHelper,
UserMapper userMapper)
- This validator makes sure that the Users that are required:
- exist in the current instance
- Parameters:
i18nHelper
- helper bean that allows us to get i18n translationsuserMapper
- is the populated UserMapper
- Returns:
- a MessageSet that will contain any generated errors (which should stop the import) or warnings
(which should be displayed to the user). The error and warning collection's will be empty if all validation
passes.
Copyright © 2002-2011 Atlassian. All Rights Reserved.