public class

PluginVersionPopulator

extends Object
implements BackupOverviewPopulator
java.lang.Object
   ↳ com.atlassian.jira.imports.project.populator.PluginVersionPopulator

Class Overview

Converts PluginVersion information and sets it on the BackupOverviewPopulator.

Summary

Public Constructors
PluginVersionPopulator()
Public Methods
void populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
If the entity referred to in the given elementName is managed by this Populator, then it builds the appropriate object and adds it to the BackupOverviewBuilder.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.imports.project.populator.BackupOverviewPopulator

Public Constructors

public PluginVersionPopulator ()

Public Methods

public void populate (BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)

If the entity referred to in the given elementName is managed by this Populator, then it builds the appropriate object and adds it to the BackupOverviewBuilder.

Parameters
backupOverviewBuilder Collects overview information from the import file.
elementName The name of the entity element in the backup XML.
attributes The attributes from the backup XML for this entity.