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 Detail

      • setResultsSummary

        void setResultsSummary​(@Nullable
                               @Nullable ResultsSummary resultSummary)