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

java.lang.Object
  extended by com.atlassian.jira.imports.project.validation.IssueSecurityLevelValidator

public class IssueSecurityLevelValidator
extends Object

Validates that a IssueSecurityLevel has all required security levels mapped.

Since:
v3.13

Constructor Summary
IssueSecurityLevelValidator(ProjectManager projectManager)
           
 
Method Summary
 MessageSet validateMappings(SimpleProjectImportIdMapper issueSecurityLevelMapper, BackupProject backupProject, I18nHelper i18nHelper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueSecurityLevelValidator

public IssueSecurityLevelValidator(ProjectManager projectManager)
Method Detail

validateMappings

public MessageSet validateMappings(SimpleProjectImportIdMapper issueSecurityLevelMapper,
                                   BackupProject backupProject,
                                   I18nHelper i18nHelper)


Copyright © 2002-2012 Atlassian. All Rights Reserved.