public class

GroupMapperValidator

extends AbstractSimpleMapperValidator
java.lang.Object
   ↳ com.atlassian.jira.imports.project.validation.AbstractSimpleMapperValidator
     ↳ com.atlassian.jira.imports.project.validation.GroupMapperValidator

Class Overview

Validates that a Group Mapper has all the required groups.

Summary

Public Constructors
GroupMapperValidator()
Protected Methods
String getEntityDoesNotExistKey()
String getEntityName()
Returns the name of the entity that this validator is for.
[Expand]
Inherited Methods
From class com.atlassian.jira.imports.project.validation.AbstractSimpleMapperValidator
From class java.lang.Object
From interface com.atlassian.jira.imports.project.validation.MapperValidator

Public Constructors

public GroupMapperValidator ()

Protected Methods

protected String getEntityDoesNotExistKey ()

Returns
  • gets the i18n key that should be added to the error message set if the mapping is not valid

protected String getEntityName ()

Returns the name of the entity that this validator is for. eg "Group", "Project Role", etc.

Returns
  • the name of the entity that this validator is for.