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.
setPlan
void setPlan(@Nullable
ImmutablePlan plan)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.