Uses of Interface
com.atlassian.bitbucket.attachment.Attachment
-
Uses of Attachment in com.atlassian.bitbucket.attachment
Modifier and TypeMethodDescriptionAttachmentService.getById
(long attachmentId) Get the attachment that matches the ID that is supplied.AttachmentService.save
(Repository repository, AttachmentSupplier attachmentSupplier) Saves the attachment contained in the providedsupplier
, assigning a unique ID to allow it to be accessed again. -
Uses of Attachment in com.atlassian.bitbucket.event.attachment
ModifierConstructorDescriptionAttachmentDeletedEvent
(Object source, Repository repository, Attachment attachment) Construct a newAttachmentEvent
.AttachmentDeletionRequestedEvent
(Object source, Repository repository, Attachment attachment, CancelState cancelState) protected
AttachmentEvent
(Object source, Repository repository, Attachment attachment) Construct a newAttachmentEvent
.AttachmentSavedEvent
(Object source, Repository repository, Attachment attachment) Construct a newAttachmentEvent
.AttachmentSaveRequestedEvent
(Object source, Repository repository, Attachment attachment, CancelState cancelState) Construct a newAttachmentEvent
.