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

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

public class ResolutionMapperValidator
extends AbstractSimpleMapperValidator

Validates that a ResolutionMapper has all required resolutions mapped.

Since:
v3.13

Constructor Summary
ResolutionMapperValidator()
           
 
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

ResolutionMapperValidator

public ResolutionMapperValidator()
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.