com.atlassian.bamboo.notification
Interface NotificationRecipient.RequiresEvent

All Known Implementing Classes:
ResponsibleRecipient
Enclosing interface:
NotificationRecipient

public static interface NotificationRecipient.RequiresEvent

Extension interface if the recipient requires extra data. In this case the event that triggered the notification. However ensure your recipient does not break if the result is not provided as some notification types or plugins may not have the event to give you.


Method Summary
 void setEvent(com.atlassian.event.Event resultSummary)
           
 

Method Detail

setEvent

void setEvent(@Nullable
              com.atlassian.event.Event resultSummary)


Copyright © 2012 Atlassian. All Rights Reserved.