public class GeneralAttachmentCreateEvent extends AttachmentEvent implements Created
source
Constructor and Description |
---|
GeneralAttachmentCreateEvent(Object src,
Attachment attachment) |
GeneralAttachmentCreateEvent(Object src,
Attachment attachment,
boolean suppressNotifications) |
GeneralAttachmentCreateEvent(Object src,
List<Attachment> attachments)
Construct a new GeneralAttachmentCreateEvent.
|
GeneralAttachmentCreateEvent(Object src,
List<Attachment> attachments,
boolean suppressNotifications) |
equals, getAttachedTo, getAttachment, getAttachments, getContent, hashCode
isSuppressNotifications, setSuppressNotifications
getSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTimestamp
public GeneralAttachmentCreateEvent(Object src, List<Attachment> attachments)
src
- the event sourceattachments
- the attachments that have been createdpublic GeneralAttachmentCreateEvent(Object src, Attachment attachment)
public GeneralAttachmentCreateEvent(Object src, List<Attachment> attachments, boolean suppressNotifications)
public GeneralAttachmentCreateEvent(Object src, Attachment attachment, boolean suppressNotifications)
Copyright © 2003–2017 Atlassian. All rights reserved.