@PublicApi public class MentionIssueEvent extends Object
Constructor and Description |
---|
MentionIssueEvent(Issue issue,
ApplicationUser fromUser,
Set<ApplicationUser> toUsers,
String mentionText,
String fieldId,
Set<NotificationRecipient> currentRecipients) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
_equals(MentionIssueEvent that) |
protected org.apache.commons.lang.builder.ToStringBuilder |
buildToString() |
boolean |
equals(Object o) |
Set<NotificationRecipient> |
getCurrentRecipients() |
String |
getFieldId() |
ApplicationUser |
getFromUser() |
Issue |
getIssue() |
String |
getMentionText() |
Set<ApplicationUser> |
getToUsers() |
int |
hashCode() |
String |
toString() |
public MentionIssueEvent(Issue issue, ApplicationUser fromUser, Set<ApplicationUser> toUsers, String mentionText, String fieldId, Set<NotificationRecipient> currentRecipients)
public Issue getIssue()
public ApplicationUser getFromUser()
public Set<ApplicationUser> getToUsers()
public String getMentionText()
public String getFieldId()
public Set<NotificationRecipient> getCurrentRecipients()
protected boolean _equals(MentionIssueEvent that)
protected org.apache.commons.lang.builder.ToStringBuilder buildToString()
Copyright © 2002-2019 Atlassian. All Rights Reserved.