Class IssueLinkTypeParserImpl
java.lang.Object
com.atlassian.jira.imports.project.parser.IssueLinkTypeParserImpl
- All Implemented Interfaces:
IssueLinkTypeParser
- Since:
- v3.13
-
Field Summary
Fields inherited from interface com.atlassian.jira.imports.project.parser.IssueLinkTypeParser
ISSUE_LINK_TYPE_ENTITY_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionParses the IssueLinkType data from the backup XML.
-
Constructor Details
-
IssueLinkTypeParserImpl
public IssueLinkTypeParserImpl()
-
-
Method Details
-
parse
Description copied from interface:IssueLinkTypeParserParses the IssueLinkType data from the backup XML.- Specified by:
parsein interfaceIssueLinkTypeParser- 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
-