Uses of Class
com.atlassian.bamboo.specs.api.builders.notification.Notification
Packages that use Notification
Package
Description
Deployment project and environments.
Bamboo notifications support.
Plan, plan branches, stages and jobs.
-
Uses of Notification in com.atlassian.bamboo.specs.api.builders.deployment
Methods in com.atlassian.bamboo.specs.api.builders.deployment with parameters of type NotificationModifier and TypeMethodDescriptionEnvironment.notifications(@NotNull Notification... notifications) Appends a notification rule to the environment. -
Uses of Notification in com.atlassian.bamboo.specs.api.builders.notification
Subclasses of Notification in com.atlassian.bamboo.specs.api.builders.notificationMethods in com.atlassian.bamboo.specs.api.builders.notification that return NotificationModifier and TypeMethodDescriptionEmptyNotificationsList.recipients(@NotNull NotificationRecipient<?, ?>... recipients) Deprecated.Notification.recipients(@NotNull NotificationRecipient<?, ?>... recipients) Defines notification recipient.EmptyNotificationsList.type(@NotNull NotificationType<?, ?> type) Deprecated.Notification.type(@NotNull NotificationType<?, ?> type) Defines a type of the notifications. -
Uses of Notification in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type NotificationModifier and TypeMethodDescriptionPlan.notifications(@NotNull Notification... notifications) Appends a notification rule to the plan.