Interface BulkAttachmentOperations
- All Known Implementing Classes:
DefaultBulkAttachmentOperations
public interface BulkAttachmentOperations
Methods for handling attachments in bulk.
- Since:
- v6.3
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve all the attachments of the system.getAttachmentOfIssue
(Issue issue) Retrieve all the attachments of an issue.
-
Method Details
-
getAttachmentOfIssue
Retrieve all the attachments of an issue.- Parameters:
issue
- The issue. return a class to traverse all the returned attachments.
-
getAllAttachments
EnclosedIterable<Attachment> getAllAttachments()Retrieve all the attachments of the system. return a class to traverse all the returned attachments.
-