java.lang.Object |
↳ |
com.atlassian.jira.imports.project.populator.CustomFieldPopulator |
Summary
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.
|
Public Constructors
public
CustomFieldPopulator
()
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. |