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
Represents a notification configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected NotificationProperties
build()
recipients
(@NotNull NotificationRecipient<?, ?>... recipients) Defines notification recipient.type
(@NotNull NotificationType<?, ?> type) Defines a type of the notifications.
-
Constructor Details
-
Notification
public Notification()
-
-
Method Details
-
type
Defines a type of the notifications. -
recipients
Defines notification recipient. -
build
- Specified by:
build
in classEntityPropertiesBuilder<NotificationProperties>
-