Package com.atlassian.bamboo.event
Class NotificationAddedToPlanEvent
- java.lang.Object
-
- com.atlassian.bamboo.event.NotificationAddedToPlanEvent
-
@AsynchronousPreferred public class NotificationAddedToPlanEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description NotificationAddedToPlanEvent(PlanKey planKey, String notificationRecipientType, long notificationId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetNotificationId()StringgetNotificationRecipientType()PlanKeygetPlanKey()StringtoString()
-