com.atlassian.jira.imports.project.validation
Class GroupMapperValidator

java.lang.Object
  extended by com.atlassian.jira.imports.project.validation.AbstractSimpleMapperValidator
      extended by com.atlassian.jira.imports.project.validation.GroupMapperValidator
All Implemented Interfaces:
MapperValidator

public class GroupMapperValidator
extends AbstractSimpleMapperValidator

Validates that a Group Mapper has all the required groups.

Since:
v3.13

Constructor Summary
GroupMapperValidator()
           
 
Method Summary
protected  String getEntityDoesNotExistKey()
           
protected  String getEntityName()
          Returns the name of the entity that this validator is for.
 
Methods inherited from class com.atlassian.jira.imports.project.validation.AbstractSimpleMapperValidator
validateMappings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupMapperValidator

public GroupMapperValidator()
Method Detail

getEntityDoesNotExistKey

protected String getEntityDoesNotExistKey()
Specified by:
getEntityDoesNotExistKey in class AbstractSimpleMapperValidator
Returns:
gets the i18n key that should be added to the error message set if the mapping is not valid

getEntityName

protected String getEntityName()
Description copied from class: AbstractSimpleMapperValidator
Returns the name of the entity that this validator is for. eg "Group", "Project Role", etc.

Specified by:
getEntityName in class AbstractSimpleMapperValidator
Returns:
the name of the entity that this validator is for.


Copyright © 2002-2014 Atlassian. All Rights Reserved.