@PublicApi public class MentionIssueCommentEvent extends MentionIssueEvent
except that only fires for mentions on comments.
Constructor and Description |
---|
MentionIssueCommentEvent(Issue issue,
ApplicationUser fromUser,
Set<ApplicationUser> toUsers,
String mentionText,
String fieldId,
Set<NotificationRecipient> currentRecipients,
Comment comment) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Comment |
getComment() |
int |
hashCode() |
String |
toString() |
_equals, buildToString, getCurrentRecipients, getFieldId, getFromUser, getIssue, getMentionText, getToUsers
public MentionIssueCommentEvent(Issue issue, ApplicationUser fromUser, Set<ApplicationUser> toUsers, String mentionText, String fieldId, Set<NotificationRecipient> currentRecipients, Comment comment)
public Comment getComment()
public boolean equals(Object o)
equals
in class MentionIssueEvent
public int hashCode()
hashCode
in class MentionIssueEvent
public String toString()
toString
in class MentionIssueEvent
Copyright © 2002-2015 Atlassian. All Rights Reserved.