public final class DefaultBulkAttachmentOperations extends Object implements BulkAttachmentOperations
Constructor and Description |
---|
DefaultBulkAttachmentOperations(IssueManager issueManager,
OfBizDelegator ofBizDelegator) |
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.
|
public DefaultBulkAttachmentOperations(IssueManager issueManager, OfBizDelegator ofBizDelegator)
public EnclosedIterable<Attachment> getAttachmentOfIssue(@Nonnull Issue issue)
BulkAttachmentOperations
getAttachmentOfIssue
in interface BulkAttachmentOperations
issue
- The issue.
return a class to traverse all the returned attachments.public EnclosedIterable<Attachment> getAllAttachments()
BulkAttachmentOperations
getAllAttachments
in interface BulkAttachmentOperations
Copyright © 2002-2022 Atlassian. All Rights Reserved.