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.com.atlassian.bamboo.specs.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. -
Uses of NotificationRecipient in com.atlassian.bamboo.specs.builders.notification
Subclasses of NotificationRecipient in com.atlassian.bamboo.specs.builders.notification Modifier and Type Class Description classCommittersRecipientRepresents a users who have committed to the build.classEmailRecipientRepresents email address Bamboo can send notifications to.classGroupRecipientRepresents a group Bamboo can send notifications to.classHipChatRecipientRepresents Hipchat account Bamboo can send notifications to.classImRecipientRepresents IM account Bamboo can send notifications to.classResponsibleRecipientRepresents a responsible user who broke the build.classUserRecipientRepresents a user Bamboo can send notifications to.classWatchersRecipientRepresents a users who have marked a plan as their favourite.classWebhookRecipientRepresents a webhook which should be called.
-