|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CustomFieldValueParser in com.atlassian.jira.imports.project.customfield |
|---|
| Subinterfaces of CustomFieldValueParser in com.atlassian.jira.imports.project.customfield | |
|---|---|
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. |
| Uses of CustomFieldValueParser in com.atlassian.jira.imports.project.handler |
|---|
| Constructor parameters in com.atlassian.jira.imports.project.handler with type arguments of type CustomFieldValueParser | |
|---|---|
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)
|
|
| Uses of CustomFieldValueParser in com.atlassian.jira.imports.project.parser |
|---|
| Classes in com.atlassian.jira.imports.project.parser that implement CustomFieldValueParser | |
|---|---|
class |
CustomFieldValueParserImpl
|
| Uses of CustomFieldValueParser in com.atlassian.jira.issue.customfields.impl |
|---|
| Classes in com.atlassian.jira.issue.customfields.impl that implement CustomFieldValueParser | |
|---|---|
class |
LabelsCFType
Labels Custom field |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||