Uses of Class
com.atlassian.jira.imports.project.handler.AbortImportException

Packages that use AbortImportException
com.atlassian.jira.imports.project   
com.atlassian.jira.imports.project.handler   
 

Uses of AbortImportException in com.atlassian.jira.imports.project
 

Methods in com.atlassian.jira.imports.project that throw AbortImportException
 void ProjectImportManager.createMissingUsers(UserMapper userMapper, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval)
          Creates all the Missing users that we have details for.
 void DefaultProjectImportManager.createMissingUsers(UserMapper userMapper, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval)
           
 void ProjectImportManager.importProject(ProjectImportOptions projectImportOptions, ProjectImportMapper projectImportMapper, BackupProject backupProject, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval)
          This will create or update a project and all its versions, components, and project role membership.
 void DefaultProjectImportManager.importProject(ProjectImportOptions projectImportOptions, ProjectImportMapper projectImportMapper, BackupProject backupProject, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval)
           
 void DefaultProjectImportManager.importProjectRoleMembers(Project project, ProjectImportMapper projectImportMapper, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval)
           
 

Uses of AbortImportException in com.atlassian.jira.imports.project.handler
 

Methods in com.atlassian.jira.imports.project.handler that throw AbortImportException
 void AbstractPersisterHandler.execute(Runnable runnable)
           
 void ComponentPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void CommentPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void UserAssociationPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void WorklogPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void EntityPropertiesPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void AttachmentPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void ChangeItemPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void ChangeGroupPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void ImportEntityHandler.handleEntity(String entityName, Map<String,String> attributes)
          This is the main method to implement when using this ImportEntityHandler.
 void LabelsPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void VersionPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssueLinkPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssuePersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
          Will read the issue, transform it, save it, and keep the new mapped value.
 void CustomFieldValuePersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.