Interface NotificationRecipient.RequiresResultSummary

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

public static interface NotificationRecipient.RequiresResultSummary
Extension interface if the recipient requires extra data. In this case a result summary. However ensure your recipient does not break if the result 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
    setResultsSummary(@Nullable ResultsSummary resultSummary)
     
  • Method Details

    • setResultsSummary

      void setResultsSummary(@Nullable @Nullable ResultsSummary resultSummary)