@ExperimentalSpi public interface

PluggableOverviewAoEntityHandler

implements AoEntityHandler
com.atlassian.jira.imports.project.ao.handler.PluggableOverviewAoEntityHandler
Known Indirect Subclasses

Class Overview

Defines a handler class that will be able to gather data from the backup, that can be used for validation or other purposes,

This handler will be called in the initial stages of the import before the user is presented with a list of projects from which to select the project to import.

The role of this handler is gather information that is used in the backup that is required to check that the target system is configured so that the import can be correctly completed.

For example: A Plugin that provides Test Planning, might store any Test Plans that are referenced by the issues being imported.

Summary

Public Methods
void setBackupOverviewBuilder(BackupOverviewBuilder backupOverviewBuilder)
[Expand]
Inherited Methods
From interface com.atlassian.jira.imports.project.ao.handler.AoEntityHandler

Public Methods

public void setBackupOverviewBuilder (BackupOverviewBuilder backupOverviewBuilder)