| java.lang.Object | |
| ↳ | com.atlassian.jira.issue.attachment.DefaultBulkAttachmentOperations |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve all the attachments of the system.
| |||||||||||
Retrieve all the attachments of an issue.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.jira.issue.attachment.BulkAttachmentOperations
| |||||||||||||||
Retrieve all the attachments of the system. return a class to traverse all the returned attachments.
Retrieve all the attachments of an issue.
| issue | The issue. return a class to traverse all the returned attachments. |
|---|

