| Package | Description |
|---|---|
| com.riadalabs.jira.plugins.insight.services.imports.common.external | |
| com.riadalabs.jira.plugins.insight.services.imports.common.external.model |
| Modifier and Type | Method and Description |
|---|---|
DataEntry |
ImportDataHolder.nextEntry()
Reads an object entry.
|
DataEntry |
IteratorDataHolder.nextEntry() |
DataEntry |
InMemoryDataHolder.nextEntry() |
| Modifier and Type | Method and Description |
|---|---|
static ImportDataHolder |
InMemoryDataHolder.createInMemoryDataHolder(List<DataEntry> dataEntries)
Creates a simple in memory import data holder.
|
static ImportDataHolder |
InMemoryDataHolder.createWithParseResult(List<DataEntry> dataEntries,
ExternalDataParseResult externalDataParseResult)
Create an inMemoryDataHolder with an external data parse result message.
|
static ImportDataHolder |
InMemoryDataHolder.createWithWarning(List<DataEntry> dataEntries,
String warningMessage)
Create an inMemoryDataHolder with warning message.
|
| Constructor and Description |
|---|
IteratorDataHolder(Supplier<Iterator<DataEntry>> iteratorSupplier) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalDataEntry |
class |
SimpleDataEntry |
| Modifier and Type | Method and Description |
|---|---|
static DataEntry |
SimpleDataEntry.createEmpty() |
DataEntry |
FileBasedInternalImportDataHolder.nextEntry() |
DataEntry |
InMemoryInternalDataHolder.nextEntry() |
| Constructor and Description |
|---|
InternalDataEntry(Integer importSourceOTId,
DataEntry dataEntry) |
Copyright © 2022 Atlassian. All rights reserved.