Uses of Interface
com.atlassian.bitbucket.attachment.AttachmentSupplier
-
Uses of AttachmentSupplier in com.atlassian.bitbucket.attachment
Modifier and TypeMethodDescriptionAttachmentService.read
(Repository repository, long id) Reads the attachment with the specified ID.Modifier 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.