Class AbstractShareEvent
java.lang.Object
com.atlassian.jira.plugins.share.event.AbstractShareEvent
- Direct Known Subclasses:
ShareIssueEvent,ShareJqlEvent,ShareSearchRequestEvent
An abstract event to represent the act of sharing an entity via e-mail with a set of users or e-mail addresses.
Entities will typically be issues or filter results.
- Since:
- v5.0
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractShareEvent(ApplicationUser fromUser, Set<String> toUsernames, Set<String> toEmails, String comment) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AbstractShareEvent
-
-
Method Details
-
getFromUser
-
getToUsernames
-
getToEmails
-
getComment
-