com.atlassian.bamboo.notification
Interface NotificationRecipient.RequiresPlan

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

public static interface NotificationRecipient.RequiresPlan

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


Method Summary
 void setPlan(Plan plan)
           
 

Method Detail

setPlan

void setPlan(@Nullable
             Plan plan)


Copyright © 2012 Atlassian. All Rights Reserved.