public interface IssueLinkParser
EntityRepresentation
.Modifier and Type | Field and Description |
---|---|
static String |
ISSUE_LINK_ENTITY_NAME |
Modifier and Type | Method and Description |
---|---|
EntityRepresentation |
getEntityRepresentation(ExternalLink issueLink)
Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the
provided IssueLink.
|
ExternalLink |
parse(Map attributes)
Parses the IssueLink data from the backup XML.
|
static final String ISSUE_LINK_ENTITY_NAME
ExternalLink parse(Map attributes) throws ParseException
attributes
- is a map of key value pairs that represent the attributes of an IssueLink.ParseException
- if the required fields are not found in the attributes map.EntityRepresentation getEntityRepresentation(ExternalLink issueLink)
issueLink
- contains the populated fields that will end up in the EntityRepresentations map.Copyright © 2002-2018 Atlassian. All Rights Reserved.