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 Details

  • Method Details

    • parse

      ExternalIssueLinkType parse(Map attributes) throws ParseException
      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