Uses of Class
com.atlassian.jira.issue.attachment.StoreAttachmentBean
Packages that use StoreAttachmentBean
-
Uses of StoreAttachmentBean in com.atlassian.jira.issue.attachment
Methods in com.atlassian.jira.issue.attachment that return StoreAttachmentBeanModifier and TypeMethodDescriptionStoreAttachmentBean.Builder.build()StoreAttachmentBeanMapper.mapToBean(Attachment metadata, InputStream source) Methods in com.atlassian.jira.issue.attachment that return types with arguments of type StoreAttachmentBeanModifier and TypeMethodDescriptionio.atlassian.fugue.Either<FileNotFoundException,StoreAttachmentBean> StoreAttachmentBeanMapper.mapToBean(Attachment metadata, File source) Methods in com.atlassian.jira.issue.attachment with parameters of type StoreAttachmentBeanModifier and TypeMethodDescriptionio.atlassian.util.concurrent.Promise<StoreAttachmentResult>DefaultStreamAttachmentStore.putAttachment(StoreAttachmentBean storeAttachmentBean) io.atlassian.util.concurrent.Promise<StoreAttachmentResult>StreamAttachmentStore.putAttachment(StoreAttachmentBean storeAttachmentBean) Stores the given attachment.