| Package | Description |
|---|---|
| com.atlassian.bitbucket.attachment |
| Modifier and Type | Method and Description |
|---|---|
AttachmentSupplier |
AttachmentService.read(Repository repository,
long id)
Reads the attachment with the specified ID.
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
AttachmentService.save(Repository repository,
AttachmentSupplier attachmentSupplier)
Saves the attachment contained in the provided
supplier, assigning a unique ID to
allow it to be accessed again. |
Copyright © 2023 Atlassian. All rights reserved.