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.


Method Summary
 void setResultsSummary(ResultsSummary resultSummary)
           
 

Method Detail

setResultsSummary

void setResultsSummary(@Nullable
                       ResultsSummary resultSummary)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.