Class Notification
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<NotificationProperties>
-
- com.atlassian.bamboo.specs.api.builders.notification.Notification
-
- Direct Known Subclasses:
EmptyNotificationsList
public class Notification extends EntityPropertiesBuilder<NotificationProperties>
Represents a notification configuration.
-
-
Constructor Summary
Constructors Constructor Description Notification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NotificationPropertiesbuild()Notificationrecipients(@NotNull NotificationRecipient<?,?>... recipients)Defines notification recipient.Notificationtype(@NotNull NotificationType<?,?> type)Defines a type of the notifications.
-
-
-
Method Detail
-
type
public Notification type(@NotNull @NotNull NotificationType<?,?> type)
Defines a type of the notifications.
-
recipients
public Notification recipients(@NotNull @NotNull NotificationRecipient<?,?>... recipients)
Defines notification recipient.
-
build
protected NotificationProperties build()
- Specified by:
buildin classEntityPropertiesBuilder<NotificationProperties>
-
-