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 public class EmptyNotificationsList extends Notification
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description EmptyNotificationsList()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected EmptyNotificationsListPropertiesbuild()Deprecated.Notificationrecipients(@NotNull NotificationRecipient<?,?>... recipients)Deprecated.Defines notification recipient.Notificationtype(@NotNull NotificationType<?,?> type)Deprecated.Defines a type of the notifications.
-
-
-
Method Detail
-
type
public Notification type(@NotNull @NotNull NotificationType<?,?> type)
Deprecated.Description copied from class:NotificationDefines a type of the notifications.- Overrides:
typein classNotification
-
recipients
public Notification recipients(@NotNull @NotNull NotificationRecipient<?,?>... recipients)
Deprecated.Description copied from class:NotificationDefines notification recipient.- Overrides:
recipientsin classNotification
-
build
protected EmptyNotificationsListProperties build()
Deprecated.- Overrides:
buildin classNotification
-
-