Package com.atlassian.jira.issue
Class AttachmentsBulkOperationResult<T>
java.lang.Object
com.atlassian.jira.issue.AttachmentsBulkOperationResult<T>
Holds results and errors from bulk operation on attachments.
- Since:
- v6.4
-
Constructor Summary
ConstructorsConstructorDescriptionAttachmentsBulkOperationResult
(io.atlassian.fugue.Pair<List<AttachmentError>, List<T>> errorAndResult) AttachmentsBulkOperationResult
(List<AttachmentError> errors, List<T> results) -
Method Summary
-
Constructor Details
-
AttachmentsBulkOperationResult
-
AttachmentsBulkOperationResult
public AttachmentsBulkOperationResult(io.atlassian.fugue.Pair<List<AttachmentError>, List<T>> errorAndResult)
-
-
Method Details