Uses of Class
com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient
-
Packages that use NotificationRecipient Package Description com.atlassian.bamboo.specs.api.builders.notification Bamboo notifications support. -
-
Uses of NotificationRecipient in com.atlassian.bamboo.specs.api.builders.notification
Classes in com.atlassian.bamboo.specs.api.builders.notification with type parameters of type NotificationRecipient Modifier and Type Class Description classNotificationRecipient<N extends NotificationRecipient<N,P>,P extends NotificationRecipientProperties>Represents notification recipient.Subclasses of NotificationRecipient in com.atlassian.bamboo.specs.api.builders.notification Modifier and Type Class Description classAnyNotificationRecipientRepresents any type of notification recipient.Methods in com.atlassian.bamboo.specs.api.builders.notification with parameters of type NotificationRecipient Modifier and Type Method Description NotificationEmptyNotificationsList. recipients(@NotNull NotificationRecipient<?,?>... recipients)Deprecated.NotificationNotification. recipients(@NotNull NotificationRecipient<?,?>... recipients)Defines notification recipient.
-