Modifier and Type | Interface and Description |
---|---|
interface |
ProjectImportableCustomFieldParser
If a custom field chooses to persist it's data in a table separate to the custom field values table, then it's custom
field type will need to implement this interface in order to make it importable via project import.
|
Constructor and Description |
---|
CustomFieldMapperHandler(BackupProject backupProject,
CustomFieldMapper customFieldMapper,
Map<String,CustomFieldValueParser> parsers) |
CustomFieldValuePersisterHandler(ProjectImportPersister projectImportPersister,
ProjectImportMapper projectImportMapper,
CustomFieldManager customFieldManager,
Long newProjectId,
ProjectImportResults projectImportResults,
BackupSystemInformation backupSystemInformation,
Executor executor,
Map<String,CustomFieldValueParser> parsers) |
CustomFieldValueValidatorHandler(BackupProject backupProject,
ProjectImportMapper projectImportMapper,
CustomFieldManager customFieldManager,
Map<String,CustomFieldValueParser> parsers) |
Modifier and Type | Class and Description |
---|---|
class |
CustomFieldValueParserImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ProjectImportLabelFieldParser |
Modifier and Type | Class and Description |
---|---|
class |
LabelsCFType
Labels Custom field
|
class |
ProjectImportLabelFieldParserImpl |
Copyright © 2002-2024 Atlassian. All Rights Reserved.