Package com.atlassian.jira.imports.project.handler
package com.atlassian.jira.imports.project.handler
-
ClassDescriptionA special extension of SAXException that is used to indicate to the
ChainedOfBizSaxHandler
that it should abort its operation.Provides functionality to execute a runnable such that it throws an AbortException if one is found.This handler inspects attachment entries and if the user is importing attachments will check to see that the attachment file exists for the corresponding database entry.Reads, transforms, and stores all attachment entities from a backup file and copies the actual attachment, as specified in the attachment directory into the JIRA attachment format.Performs the first pass on the XML backup for a ProjectImport.A base class used for processing a JIRA backup file.Reads, transforms, and stores all ChangeGroup entities from a backup file.Reads, transforms, and stores all ChangeItem entities from a backup file.Reads, transforms, and stores all comments entities from a backup file.Reads, transforms, and stores all component entities from a backup file.Populates the custom field values that are in use into a CustomFieldMapper.Handles the CustomFieldOption out of the backup data and populates the mapper with the found values.Reads, transforms, and stores all custom field value entities from a backup file.This handler is used to give the mapped custom fields an opportunity to validate the custom field values that we are going to ask them to map.Used to inspect issue properties entries in a backup file, transform the entities and persist them to the database.Parses an XML import file and writes a smaller "partition" containing each entity type for non-issue related entities.This is used to find all the defined groups in the backup file.Defines a handler class that will be able to perform some operation given an entity name and the entities attributes.Populates which components that are in use by the backup project.Populates mappers used in importing Issue Links.Reads, transforms, and stores all issueLink entities from a backup file.This will flag values as required for the various Issue related mappers based on the values set in the issues for the selected project.Parses an XML import file and creates a reduced XML file with just the Issues for the given project.Used to inspect issue entries in a backup file, transform the entities and persist them to the database.Parses an XML import file and writes a smaller "partition" containing just the values for certain issue-related entities that are valid for the project we are importing.Parses global issue types and adds them to the appropriate mapper.Populates which versions (fix for, and affects) that are in use by the backup project.Reads, transforms, and stores all label entities from a backup file for the labels system field.Module descriptor for Project Import OfBiz Import handlersModule descriptor for Project Pre Import OfBiz Import handlersInterface for all injectable Project Import plugin points.Defines a handler class that will be able to perform some operation given an entity name and the entities attributes.Parent interface for plugins to perform actions during the input process.Module descriptor for Project Import Post Import handlers.Module descriptor for Project Import Pre Import handlers.This will populate the IssueSecurityLevelMapper with projects issue security levels.Gets all the old projects defined in the backup XML and populates the old values into a project mapper.Collects the ProjectRole actors for a provided project.This handler records all users that exist in the backup file and register them with the user mapper.This is used to flag required values in the project role mapper.This will populate the given Mapper with the global values for a simple globally configured object in JIRA.Reads, transforms, and stores all user association entities (voters and watchers) from a backup file.This is used to flag required values in the user mapper.Reads, transforms, and stores all version entities from a backup file.Reads, transforms, and stores all worklog entities from a backup file.