Uses of Interface
com.atlassian.bitbucket.attachment.Attachment
Packages that use Attachment
-
Uses of Attachment in com.atlassian.bitbucket.attachment
Methods in com.atlassian.bitbucket.attachment that return AttachmentModifier 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
Methods in com.atlassian.bitbucket.event.attachment that return AttachmentConstructors in com.atlassian.bitbucket.event.attachment with parameters of type AttachmentModifierConstructorDescriptionAttachmentDeletedEvent
(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
.