Package | Description |
---|---|
com.atlassian.jira.issue.attachment | |
com.atlassian.jira.issue.attachment.store |
Modifier and Type | Method and Description |
---|---|
StoreAttachmentBean |
StoreAttachmentBean.Builder.build() |
StoreAttachmentBean |
StoreAttachmentBeanMapper.mapToBean(Attachment metadata,
InputStream source) |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Either<FileNotFoundException,StoreAttachmentBean> |
StoreAttachmentBeanMapper.mapToBean(Attachment metadata,
File source) |
Modifier and Type | Method and Description |
---|---|
io.atlassian.util.concurrent.Promise<StoreAttachmentResult> |
BackwardCompatibleAttachmentStore.putAttachment(StoreAttachmentBean storeAttachmentBean) |
io.atlassian.util.concurrent.Promise<StoreAttachmentResult> |
StreamAttachmentStore.putAttachment(StoreAttachmentBean storeAttachmentBean)
Store attachment data for a given attachment.
|
Modifier and Type | Method and Description |
---|---|
io.atlassian.util.concurrent.Promise<StoreAttachmentResult> |
DefaultFileSystemAttachmentStore.putAttachment(StoreAttachmentBean storeAttachmentBean) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.