java.lang.Object | |
↳ | com.atlassian.jira.imports.project.parser.CustomFieldParserImpl |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface com.atlassian.jira.imports.project.parser.CustomFieldParser |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Parses the custom field data from the backup XML.
| |||||||||||
Parses the custom field configuration context data from the backup XML.
| |||||||||||
Parses the custom field issue type configuration context data from the backup XML.
|
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||
From interface
com.atlassian.jira.imports.project.parser.CustomFieldParser
|
Parses the custom field data from the backup XML. This handles the custom field name, description, id, etc.
attributes | is a map of key value pairs that represent the attributes of an ExternalCustomField. The following
attributes are required, otherwise a ParseException will be thrown:
|
---|
ParseException |
---|
Parses the custom field configuration context data from the backup XML. This provides the project constraints
for a custom field and correctly identifies the BackupOverviewBuilderImpl.FieldConfigSchemeIssueType
constraints.
attributes | is a map of key value pairs that represent the attributes of an ConfigurationContext. The following
attributes are required, otherwise a ParseException will be thrown:
|
---|
ParseException |
---|
Parses the custom field issue type configuration context data from the backup XML. This provides the issue type
constrains for a BackupOverviewBuilderImpl.ConfigurationContext
,
if any exist.
attributes | is a map of key value pairs that represent the attributes of an FieldConfigSchemeIssueType. The following
attributes are required, otherwise a ParseException will be thrown:
|
---|
ParseException |
---|