Class AttachmentHandlerImpl
java.lang.Object
com.atlassian.jira.auditing.handlers.AttachmentHandlerImpl
- All Implemented Interfaces:
AttachmentHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleAttachmentDeleted(Attachment attachment, Issue issue, ApplicationUser user)
-
Constructor Details
-
AttachmentHandlerImpl
public AttachmentHandlerImpl(com.atlassian.audit.api.AuditService auditService)
-
-
Method Details
-
handleAttachmentDeleted
public void handleAttachmentDeleted(@Nonnull Attachment attachment, @Nonnull Issue issue, @Nonnull ApplicationUser user) - Specified by:
handleAttachmentDeletedin interfaceAttachmentHandler
-