com.atlassian.jira.imports.project.parser
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
static String ISSUE_LINK_TYPE_ENTITY_NAME
           
 
Method Summary
 ExternalIssueLinkType parse(Map attributes)
          Parses the IssueLinkType data from the backup XML.
 

Field Detail

ISSUE_LINK_TYPE_ENTITY_NAME

static final String ISSUE_LINK_TYPE_ENTITY_NAME
See Also:
Constant Field Values
Method Detail

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


Copyright © 2002-2009 Atlassian. All Rights Reserved.