public interface

BulkAttachmentOperations

com.atlassian.jira.issue.attachment.BulkAttachmentOperations
Known Indirect Subclasses

Class Overview

Methods for handling attachments in bulk.

Summary

Public Methods
EnclosedIterable<Attachment> getAllAttachments()
Retrieve all the attachments of the system.
EnclosedIterable<Attachment> getAttachmentOfIssue(Issue issue)
Retrieve all the attachments of an issue.

Public Methods

public EnclosedIterable<Attachment> getAllAttachments ()

Retrieve all the attachments of the system. return a class to traverse all the returned attachments.

public EnclosedIterable<Attachment> getAttachmentOfIssue (Issue issue)

Retrieve all the attachments of an issue.

Parameters
issue The issue. return a class to traverse all the returned attachments.