public interface AttachmentParser
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTACHMENT_ENTITY_NAME |
| Modifier and Type | Method and Description |
|---|---|
File |
getExternalAttachmentFile(ExternalAttachment attachment,
ExternalProject project,
String issueKey)
Returns the full path, on disk, of the external attachment to be imported.
|
static String |
getProjectKeyInUse(ExternalProject project) |
ExternalAttachment |
parse(Map<String,String> attributes)
Parses the file attachment data from the backup XML.
|
static final String ATTACHMENT_ENTITY_NAME
static String getProjectKeyInUse(ExternalProject project)
ExternalAttachment parse(Map<String,String> attributes) throws ParseException
attributes - is a map of key value pairs that represent the attributes of an ExternalAttachment. The following
attributes are required, otherwise a ParseException will be thrown:ParseException - if the required fields are not found in the attributes mapFile getExternalAttachmentFile(ExternalAttachment attachment, ExternalProject project, String issueKey)
attachment - represents the database row for an attachment from the backup.project - the backup project key, used to determine the path to the attachment file.issueKey - the issue key that the attachment is associated with, used to determine the path to the attachment file.Copyright © 2002-2023 Atlassian. All Rights Reserved.