com.atlassian.jira.imports.project.parser
Class IssueLinkTypeParserImpl

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

public class IssueLinkTypeParserImpl
extends Object
implements IssueLinkTypeParser

Since:
v3.13

Field Summary
 
Fields inherited from interface com.atlassian.jira.imports.project.parser.IssueLinkTypeParser
ISSUE_LINK_TYPE_ENTITY_NAME
 
Constructor Summary
IssueLinkTypeParserImpl()
           
 
Method Summary
 ExternalIssueLinkType parse(Map attributes)
          Parses the IssueLinkType data from the backup XML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueLinkTypeParserImpl

public IssueLinkTypeParserImpl()
Method Detail

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


Copyright © 2002-2012 Atlassian. All Rights Reserved.