com.atlassian.jira.imports.project.validation
Class GroupMapperValidator
java.lang.Object
com.atlassian.jira.imports.project.validation.AbstractSimpleMapperValidator
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupMapperValidator
public GroupMapperValidator()
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-2012 Atlassian. All Rights Reserved.