Class AttachmentManager8Compatibility
java.lang.Object
com.codebarrel.jira.issues.compat.AttachmentManager8Compatibility
- All Implemented Interfaces:
AttachmentManagerCompatibility
public class AttachmentManager8Compatibility
extends Object
implements AttachmentManagerCompatibility
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap<Long, io.atlassian.fugue.Either<AttachmentError, Attachment>> copyAttachments(Issue issue, ApplicationUser user, String targetKey)
-
Constructor Details
-
AttachmentManager8Compatibility
-
-
Method Details
-
copyAttachments
public Map<Long,io.atlassian.fugue.Either<AttachmentError, copyAttachmentsAttachment>> (Issue issue, @Nullable ApplicationUser user, String targetKey) - Specified by:
copyAttachmentsin interfaceAttachmentManagerCompatibility
-