| Package | Description |
|---|---|
| com.atlassian.crowd.importer.factory | |
| com.atlassian.crowd.importer.importers |
| Modifier and Type | Method and Description |
|---|---|
Importer |
ImporterFactory.getImporterDAO(Configuration configuration)
Will return an importer based on a given Configuration
|
Importer |
ImporterFactoryImpl.getImporterDAO(Configuration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
BambooImporter
Responsible for specifying Importer implementation for crowdified/legacy Bamboo versions
Bamboo 6.6 introduced integration with EC along with updated data schema compatible with CrowdifiedJiraImporter
|
class |
ConditionalImporter
Responsible for identifying the appropriate Importer based on
whether the source product is integrated with Embedded Crowd
|
class |
ConfluenceImporter
This class handles the delegation of the import of Confluence Groups, Users and their memberships into Crowd.
|
class |
CsvImporter
This class is responsible for importing users, groups and their
memberships from two CSV files.
|
class |
DirectoryImporter
An Importer that manages moving users, groups and roles from one directory to another.
|
class |
JiraImporter |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Importer |
ConditionalImporter.getCrowdifiedImporter() |
protected Importer |
JiraImporter.getCrowdifiedImporter() |
protected Importer |
ConfluenceImporter.getCrowdifiedImporter() |
protected Importer |
BambooImporter.getCrowdifiedImporter() |
protected abstract Importer |
ConditionalImporter.getFallbackImporter() |
protected Importer |
JiraImporter.getFallbackImporter() |
protected Importer |
ConfluenceImporter.getFallbackImporter() |
protected Importer |
BambooImporter.getFallbackImporter() |
Copyright © 2024 Atlassian. All rights reserved.