|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomFieldParser
Converts custom field and custom field configuration xml in a JIRA backup to an object representation.
Field Summary | |
---|---|
static String |
CUSTOM_FIELD_CONFIGURATION_ENTITY_NAME
|
static String |
CUSTOM_FIELD_ENTITY_NAME
|
static String |
CUSTOM_FIELD_SCHEME_ISSUE_TYPE_ENTITY_NAME
|
Method Summary | |
---|---|
ExternalCustomField |
parseCustomField(Map attributes)
Parses the custom field data from the backup XML. |
BackupOverviewBuilderImpl.ConfigurationContext |
parseCustomFieldConfiguration(Map attributes)
Parses the custom field configuration context data from the backup XML. |
BackupOverviewBuilderImpl.FieldConfigSchemeIssueType |
parseFieldConfigSchemeIssueType(Map attributes)
Parses the custom field issue type configuration context data from the backup XML. |
Field Detail |
---|
static final String CUSTOM_FIELD_CONFIGURATION_ENTITY_NAME
static final String CUSTOM_FIELD_ENTITY_NAME
static final String CUSTOM_FIELD_SCHEME_ISSUE_TYPE_ENTITY_NAME
Method Detail |
---|
ExternalCustomField parseCustomField(Map attributes) throws ParseException
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
- if the required fields are not found in the attributes mapBackupOverviewBuilderImpl.ConfigurationContext parseCustomFieldConfiguration(Map attributes) throws ParseException
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
- if the attributes map does not contain the required fields or the field data is invalidBackupOverviewBuilderImpl.FieldConfigSchemeIssueType parseFieldConfigSchemeIssueType(Map attributes) throws ParseException
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
- if the attributes do not contain a required field
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |