@PublicApi public final class CommentCreatedEvent extends Object implements CommentEvent
| Constructor and Description |
|---|
CommentCreatedEvent(Comment comment) |
CommentCreatedEvent(Comment comment,
boolean sendMail,
boolean partOfIssueChange) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
getComment() |
boolean |
isPartOfIssueEdit() |
boolean |
isSendMail() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommentpublic CommentCreatedEvent(Comment comment)
public CommentCreatedEvent(Comment comment, boolean sendMail, boolean partOfIssueChange)
public boolean isSendMail()
public boolean isPartOfIssueEdit()
public final Comment getComment()
getComment in interface CommentEventCopyright © 2002-2018 Atlassian. All Rights Reserved.