Class NotificationAddedToPlanEvent

java.lang.Object
com.atlassian.bamboo.event.NotificationAddedToPlanEvent

@AsynchronousPreferred public class NotificationAddedToPlanEvent extends Object
  • Constructor Details

    • NotificationAddedToPlanEvent

      public NotificationAddedToPlanEvent(PlanKey planKey, String notificationRecipientType, long notificationId)
  • Method Details

    • getPlanKey

      public PlanKey getPlanKey()
    • getNotificationRecipientType

      public String getNotificationRecipientType()
    • getNotificationId

      public long getNotificationId()
    • toString

      public String toString()
      Overrides:
      toString in class Object