public interface AttachmentParser
Modifier and Type | Field and Description |
---|---|
static String |
ATTACHMENT_ENTITY_NAME |
Modifier and Type | Method and Description |
---|---|
File |
getAttachmentDirectory(ExternalProject project,
String issueKey) |
File |
getAttachmentFile(ExternalAttachment attachment,
ExternalProject project,
String issueKey)
Returns the full path, on disk, to where the attachment file should be stored based on the provided inputs.
|
boolean |
isUsingOriginalKeyPath(ExternalProject project) |
ExternalAttachment |
parse(Map<String,String> attributes)
Parses the file attachment data from the backup XML.
|
static final String ATTACHMENT_ENTITY_NAME
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 getAttachmentFile(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.File getAttachmentDirectory(ExternalProject project, String issueKey)
boolean isUsingOriginalKeyPath(ExternalProject project)
Copyright © 2002-2017 Atlassian. All Rights Reserved.