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)
BulkAttachmentOperationsgetAttachmentOfIssue in interface BulkAttachmentOperationsissue - The issue.
return a class to traverse all the returned attachments.public EnclosedIterable<Attachment> getAllAttachments()
BulkAttachmentOperationsgetAllAttachments in interface BulkAttachmentOperationsCopyright © 2002-2024 Atlassian. All Rights Reserved.