public class AttachmentCreateEvent extends GeneralAttachmentCreateEvent
source
Constructor and Description |
---|
AttachmentCreateEvent(Object src,
Attachment attachment) |
AttachmentCreateEvent(Object src,
Attachment attachment,
boolean suppressNotifications) |
AttachmentCreateEvent(Object src,
List<Attachment> attachments)
Construct a new AttachmentCreateEvent.
|
AttachmentCreateEvent(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 AttachmentCreateEvent(Object src, List<Attachment> attachments)
src
- the event sourceattachments
- the attachments that have been createdpublic AttachmentCreateEvent(Object src, Attachment attachment)
public AttachmentCreateEvent(Object src, List<Attachment> attachments, boolean suppressNotifications)
public AttachmentCreateEvent(Object src, Attachment attachment, boolean suppressNotifications)
Copyright © 2003–2017 Atlassian. All rights reserved.