Uses of Class
com.atlassian.jira.issue.attachment.AttachmentReadException
Packages that use AttachmentReadException
-
Uses of AttachmentReadException in com.atlassian.jira.issue
Methods in com.atlassian.jira.issue that throw AttachmentReadExceptionModifier and TypeMethodDescription<T> T
AttachmentManager.streamTemporaryAttachmentContent
(TemporaryAttachmentId attachmentId, InputStreamConsumer<T> consumer) Get binary content of temporary attachment -
Uses of AttachmentReadException in com.atlassian.jira.issue.managers
Methods in com.atlassian.jira.issue.managers that throw AttachmentReadExceptionModifier and TypeMethodDescription<T> T
DefaultAttachmentManager.streamAttachmentContent
(Attachment attachment, InputStreamConsumer<T> consumer) <T> T
DefaultAttachmentManager.streamTemporaryAttachmentContent
(TemporaryAttachmentId attachmentId, InputStreamConsumer<T> consumer)