Interface NotificationRecipient.RequiresEvent
-
- All Known Implementing Classes:
ResponsibleRecipient
- Enclosing interface:
- NotificationRecipient
public static interface NotificationRecipient.RequiresEvent
Extension interface if the recipient requires extra data. In this case the event that triggered the notification. However ensure your recipient does not break if the result is not provided as some notification types or plugins may not have the event to give you.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setEvent(@Nullable com.atlassian.event.Event resultSummary)
-