public interface BulkAttachmentOperations
Modifier and Type | Method and Description |
---|---|
EnclosedIterable<Attachment> |
getAllAttachments()
Retrieve all the attachments of the system.
|
EnclosedIterable<Attachment> |
getAttachmentOfIssue(Issue issue)
Retrieve all the attachments of an issue.
|
EnclosedIterable<Attachment> getAttachmentOfIssue(@Nonnull Issue issue)
issue
- The issue.
return a class to traverse all the returned attachments.EnclosedIterable<Attachment> getAllAttachments()
Copyright © 2002-2019 Atlassian. All Rights Reserved.