Interface IssueLinkTypeParser
- All Known Implementing Classes:
IssueLinkTypeParserImpl
public interface IssueLinkTypeParser
Converts IssueLinkType xml in a JIRA backup to an object representation.
- Since:
- v3.13
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionParses the IssueLinkType data from the backup XML.
-
Field Details
-
ISSUE_LINK_TYPE_ENTITY_NAME
- See Also:
-
-
Method Details
-
parse
Parses the IssueLinkType data from the backup XML.- Parameters:
attributes- is a map of key value pairs that represent the attributes of an IssueLinkType.- Returns:
- an ExternalIssueLinkType if the attributes contain the required fields
- Throws:
ParseException- if the required fields are not found in the attributes map
-