Package | Description |
---|---|
com.atlassian.jira.imports.project | |
com.atlassian.jira.imports.project.parser | |
com.atlassian.jira.imports.project.transformer |
Modifier and Type | Method and Description |
---|---|
Attachment |
DefaultProjectImportPersister.createAttachment(ExternalAttachment externalAttachment) |
Attachment |
ProjectImportPersister.createAttachment(ExternalAttachment externalAttachment)
Creates an attachment specified by the ExternalAttachment.
|
Modifier and Type | Method and Description |
---|---|
ExternalAttachment |
AttachmentParserImpl.parse(Map<String,String> attributes) |
ExternalAttachment |
AttachmentParser.parse(Map<String,String> attributes)
Parses the file attachment data from the backup XML.
|
Modifier and Type | Method and Description |
---|---|
File |
AttachmentParserImpl.getAttachmentFile(ExternalAttachment attachment,
ExternalProject project,
String issueKey) |
File |
AttachmentParser.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.
|
Modifier and Type | Method and Description |
---|---|
ExternalAttachment |
AttachmentTransformer.transform(ProjectImportMapper projectImportMapper,
ExternalAttachment attachment)
Transforms an ExternalAttachment based on the project import mapper that is provided.
|
ExternalAttachment |
AttachmentTransformerImpl.transform(ProjectImportMapper projectImportMapper,
ExternalAttachment attachment) |
Modifier and Type | Method and Description |
---|---|
ExternalAttachment |
AttachmentTransformer.transform(ProjectImportMapper projectImportMapper,
ExternalAttachment attachment)
Transforms an ExternalAttachment based on the project import mapper that is provided.
|
ExternalAttachment |
AttachmentTransformerImpl.transform(ProjectImportMapper projectImportMapper,
ExternalAttachment attachment) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.