Uses of Interface
com.atlassian.bitbucket.attachment.AttachmentSupplier
Packages that use AttachmentSupplier
-
Uses of AttachmentSupplier in com.atlassian.bitbucket.attachment
Methods in com.atlassian.bitbucket.attachment that return AttachmentSupplierModifier and TypeMethodDescriptionAttachmentService.read
(Repository repository, long id) Reads the attachment with the specified ID.Methods in com.atlassian.bitbucket.attachment with parameters of type AttachmentSupplierModifier and TypeMethodDescriptionAttachmentService.save
(Repository repository, AttachmentSupplier attachmentSupplier) Saves the attachment contained in the providedsupplier
, assigning a unique ID to allow it to be accessed again.