Uses of Class
com.atlassian.bamboo.specs.api.builders.notification.NotificationType
-
Packages that use NotificationType Package Description com.atlassian.bamboo.specs.api.builders.notification Bamboo notifications support. -
-
Uses of NotificationType in com.atlassian.bamboo.specs.api.builders.notification
Classes in com.atlassian.bamboo.specs.api.builders.notification with type parameters of type NotificationType Modifier and Type Class Description classNotificationType<N extends NotificationType<N,P>,P extends NotificationTypeProperties>Represents notification type.Subclasses of NotificationType in com.atlassian.bamboo.specs.api.builders.notification Modifier and Type Class Description classAnyNotificationTypeRepresents any notification type.Methods in com.atlassian.bamboo.specs.api.builders.notification with parameters of type NotificationType Modifier and Type Method Description NotificationEmptyNotificationsList. type(@NotNull NotificationType<?,?> type)Deprecated.NotificationNotification. type(@NotNull NotificationType<?,?> type)Defines a type of the notifications.
-