Uses of Class
com.atlassian.bamboo.specs.api.builders.notification.Notification
-
Packages that use Notification Package Description com.atlassian.bamboo.specs.api.builders.deployment Deployment project and environments.com.atlassian.bamboo.specs.api.builders.notification Bamboo notifications support.com.atlassian.bamboo.specs.api.builders.plan 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 Notification Modifier and Type Method Description EnvironmentEnvironment. 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.notification Modifier and Type Class Description classEmptyNotificationsListDeprecated.Methods in com.atlassian.bamboo.specs.api.builders.notification that return Notification Modifier and Type Method Description NotificationEmptyNotificationsList. recipients(@NotNull NotificationRecipient<?,?>... recipients)Deprecated.NotificationNotification. recipients(@NotNull NotificationRecipient<?,?>... recipients)Defines notification recipient.NotificationEmptyNotificationsList. type(@NotNull NotificationType<?,?> type)Deprecated.NotificationNotification. 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 Notification Modifier and Type Method Description PlanPlan. notifications(@NotNull Notification... notifications)Appends a notification rule to the plan.
-