@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, wait
getComment
public CommentCreatedEvent(Comment comment)
public CommentCreatedEvent(Comment comment, boolean sendMail, boolean partOfIssueChange)
public boolean isSendMail()
public boolean isPartOfIssueEdit()
public final Comment getComment()
getComment
in interface CommentEvent
Copyright © 2002-2018 Atlassian. All Rights Reserved.