java.lang.Object | |
↳ | com.atlassian.jira.imports.project.validation.AbstractSimpleMapperValidator |
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This is a simple validation method that will only check to see that all the required values of the
provided mapper have been mapped to the current instance of JIRA.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the name of the entity that this validator is for.
|
[Expand]
Inherited Methods | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||
![]()
|
This is a simple validation method that will only check to see that all the required values of the provided mapper have been mapped to the current instance of JIRA. If there is a required value that is missing the message collection will contain an error.
i18nHelper | used to resolve i18n messages |
---|---|
simpleProjectImportIdMapper | the mapper that will be inspected to make sure that all its required values are mapped. |
Returns the name of the entity that this validator is for. eg "Group", "Project Role", etc.