Interface NotificationRecipient.RequiresPlan

All Known Implementing Classes:
CommitterRecipient, ResponsibleRecipient, WatcherRecipient
Enclosing interface:
NotificationRecipient

public static interface NotificationRecipient.RequiresPlan
Extension interface if the recipient requires extra data. In this case the plan. However ensure your recipient does not break if the plan is not provided as some notification types or plugins may not have the plan to give you.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPlan(@Nullable ImmutablePlan plan)
     
  • Method Details