Interface BulkAttachmentOperations

All Known Implementing Classes:
DefaultBulkAttachmentOperations

public interface BulkAttachmentOperations
Methods for handling attachments in bulk.
Since:
v6.3
  • Method Details

    • getAttachmentOfIssue

      EnclosedIterable<Attachment> getAttachmentOfIssue(@Nonnull Issue issue)
      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.