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 Detail

      • setEvent

        void setEvent​(@Nullable
                      @Nullable com.atlassian.event.Event resultSummary)