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

    Modifier and Type
    Method
    Description
    void
    setEvent(@Nullable BambooEvent resultSummary)
     
  • Method Details

    • setEvent

      void setEvent(@Nullable @Nullable BambooEvent resultSummary)