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

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

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

Subclasses of AbstractPersisterHandler in com.atlassian.jira.imports.project.handler
 class AttachmentPersisterHandler
          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.
 class ChangeGroupPersisterHandler
          Reads, transforms, and stores all ChangeGroup entities from a backup file.
 class ChangeItemPersisterHandler
          Reads, transforms, and stores all ChangeItem entities from a backup file.
 class CommentPersisterHandler
          Reads, transforms, and stores all comments entities from a backup file.
 class ComponentPersisterHandler
          Reads, transforms, and stores all component entities from a backup file.
 class CustomFieldValuePersisterHandler
          Reads, transforms, and stores all custom field value entities from a backup file.
 class IssueLinkPersisterHandler
          Reads, transforms, and stores all issueLink entities from a backup file.
 class IssuePersisterHandler
          Used to inspect issue entries in a backup file, transform the entities and persist them to the database.
 class LabelsPersisterHandler
          Reads, transforms, and stores all label entities from a backup file for the labels system field.
 class UserAssociationPersisterHandler
          Reads, transforms, and stores all user association entities (voters and watchers) from a backup file.
 class VersionPersisterHandler
          Reads, transforms, and stores all version entities from a backup file.
 class WorklogPersisterHandler
          Reads, transforms, and stores all worklog entities from a backup file.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.