Class IssueLinkTypeParserImpl

java.lang.Object
com.atlassian.jira.imports.project.parser.IssueLinkTypeParserImpl
All Implemented Interfaces:
IssueLinkTypeParser

public class IssueLinkTypeParserImpl extends Object implements IssueLinkTypeParser
Since:
v3.13
  • Constructor Details

    • IssueLinkTypeParserImpl

      public IssueLinkTypeParserImpl()
  • Method Details

    • parse

      public ExternalIssueLinkType parse(Map attributes) throws ParseException
      Description copied from interface: IssueLinkTypeParser
      Parses the IssueLinkType data from the backup XML.
      Specified by:
      parse in interface IssueLinkTypeParser
      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