Uses of Class
com.atlassian.jira.imports.project.handler.AbortImportException
Packages that use AbortImportException
Package
Description
-
Uses of AbortImportException in com.atlassian.jira.dev.reference.plugin.imports.project
Methods in com.atlassian.jira.dev.reference.plugin.imports.project that throw AbortImportExceptionModifier and TypeMethodDescriptionvoidReferenceAoImport.handleEntity(String entityName, Map<String, Object> attributes) voidReferenceAoOverview.handleEntity(String entityName, Map<String, Object> attributes) voidReferenceAoPreImport.handleEntity(String entityName, Map<String, Object> attributes) voidReferenceOfBizImport.handleEntity(String entityName, Map<String, String> attributes) voidReferenceOfBizPreImport.handleEntity(String entityName, Map<String, String> attributes) -
Uses of AbortImportException in com.atlassian.jira.imports.project
Methods in com.atlassian.jira.imports.project that throw AbortImportExceptionModifier and TypeMethodDescriptionvoidDefaultProjectImportManager.createMissingUsers(UserMapper userMapper, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval) voidProjectImportManager.createMissingUsers(UserMapper userMapper, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval) Creates all the Missing users that we have details for.voidDefaultProjectImportManager.importProject(ProjectImportOptions projectImportOptions, ProjectImportMapper projectImportMapper, BackupProject backupProject, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval) voidProjectImportManager.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.voidDefaultProjectImportManager.importProjectRoleMembers(Project project, ProjectImportMapper projectImportMapper, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval) -
Uses of AbortImportException in com.atlassian.jira.imports.project.ao.handler
Methods in com.atlassian.jira.imports.project.ao.handler that throw AbortImportExceptionModifier and TypeMethodDescriptionvoidAoEntityHandler.handleEntity(String entityName, Map<String, Object> attributes) This is the main method to implement when using this ImportEntityHandler.voidAoPartitionHandler.handleEntity(String entityName, Map<String, Object> attributes) -
Uses of AbortImportException in com.atlassian.jira.imports.project.handler
Methods in com.atlassian.jira.imports.project.handler that throw AbortImportExceptionModifier and TypeMethodDescriptionvoidvoidAttachmentPersisterHandler.handleEntity(String entityName, Map<String, String> attributes) voidChangeGroupPersisterHandler.handleEntity(String entityName, Map<String, String> attributes) voidChangeItemPersisterHandler.handleEntity(String entityName, Map<String, String> attributes) voidCommentPersisterHandler.handleEntity(String entityName, Map<String, String> attributes) voidComponentPersisterHandler.handleEntity(String entityName, Map<String, String> attributes) voidCustomFieldValuePersisterHandler.handleEntity(String entityName, Map<String, String> attributes) voidEntityPropertiesPersisterHandler.handleEntity(String entityName, Map<String, String> attributes) voidImportOfBizEntityHandler.handleEntity(String entityName, Map<String, String> attributes) This is the main method to implement when using this ImportEntityHandler.voidIssueLinkPersisterHandler.handleEntity(String entityName, Map<String, String> attributes) voidIssuePersisterHandler.handleEntity(String entityName, Map<String, String> attributes) Will read the issue, transform it, save it, and keep the new mapped value.voidLabelsPersisterHandler.handleEntity(String entityName, Map<String, String> attributes) voidUserAssociationPersisterHandler.handleEntity(String entityName, Map<String, String> attributes) voidVersionPersisterHandler.handleEntity(String entityName, Map<String, String> attributes) voidWorklogPersisterHandler.handleEntity(String entityName, Map<String, String> attributes)