com.atlassian.bamboo.notification
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.
setResultsSummary
void setResultsSummary(@Nullable
ResultsSummary resultSummary)
Copyright © 2012 Atlassian. All Rights Reserved.