Class EmptyNotificationsList
java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<NotificationProperties>
com.atlassian.bamboo.specs.api.builders.notification.Notification
com.atlassian.bamboo.specs.api.builders.notification.EmptyNotificationsList
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected EmptyNotificationsListProperties
build()
Deprecated.recipients
(@NotNull NotificationRecipient<?, ?>... recipients) Deprecated.Defines notification recipient.type
(@NotNull NotificationType<?, ?> type) Deprecated.Defines a type of the notifications.
-
Constructor Details
-
EmptyNotificationsList
public EmptyNotificationsList()Deprecated.
-
-
Method Details
-
type
Deprecated.Description copied from class:Notification
Defines a type of the notifications.- Overrides:
type
in classNotification
-
recipients
Deprecated.Description copied from class:Notification
Defines notification recipient.- Overrides:
recipients
in classNotification
-
build
Deprecated.- Overrides:
build
in classNotification
-