public class IssueParserImpl extends Object implements IssueParser
NOTE: This was not used in the spike, it may need some modifications
ISSUE_ENTITY_NAME| Constructor and Description |
|---|
IssueParserImpl() |
| Modifier and Type | Method and Description |
|---|---|
ExternalIssue |
parse(Map attributes)
Parses the issue data from the backup XML.
|
public ExternalIssue parse(Map attributes) throws ParseException
IssueParserparse in interface IssueParserattributes - is a map of key value pairs that represent the attributes of an ExternalIssue. The following
attributes are required, otherwise a ParseException will be thrown:ParseException - if the required fields are not found in the attributes mapCopyright © 2002-2018 Atlassian. All Rights Reserved.