Uses of Interface
com.atlassian.bamboo.notification.Notification
Packages that use Notification
Package
Description
-
Uses of Notification in com.atlassian.bamboo.accesstoken
Classes in com.atlassian.bamboo.accesstoken that implement NotificationModifier and TypeClassDescriptionclass
class
class
-
Uses of Notification in com.atlassian.bamboo.brokenbuildtracker.notifications
Classes in com.atlassian.bamboo.brokenbuildtracker.notifications that implement NotificationModifier and TypeClassDescriptionclass
class
class
-
Uses of Notification in com.atlassian.bamboo.deployments.notification
Classes in com.atlassian.bamboo.deployments.notification that implement NotificationModifier and TypeClassDescriptionclass
class
-
Uses of Notification in com.atlassian.bamboo.notification
Subinterfaces of Notification in com.atlassian.bamboo.notificationModifier and TypeInterfaceDescriptioninterface
Provides the Notification object with a way to add anything else to the email.static interface
Extension interface if the Notification supports HTML in IM messages.Classes in com.atlassian.bamboo.notification that implement NotificationMethods in com.atlassian.bamboo.notification with parameters of type NotificationModifier and TypeMethodDescriptionvoid
NotificationDispatcher.dispatchNotifications
(@Nullable Notification notification) Dispatch notifications for the given notification.void
NotificationDispatcherImpl.dispatchNotifications
(Notification notification) Dispatch notifications for the given notification.void
NotificationTransport.sendNotification
(@NotNull Notification notification) Send off the notification of this transport type. -
Uses of Notification in com.atlassian.bamboo.notification.buildcommented
Classes in com.atlassian.bamboo.notification.buildcommented that implement NotificationModifier and TypeClassDescriptionclass
This class is used to generate content for Build Commented Notifications. -
Uses of Notification in com.atlassian.bamboo.notification.buildcompleted
Classes in com.atlassian.bamboo.notification.buildcompleted that implement NotificationModifier and TypeClassDescriptionclass
class
This class is used to generate content for All Completed Builds Notifications, the Failed And First Successful Notifications and First Failed Job Notifications. -
Uses of Notification in com.atlassian.bamboo.notification.builderror
Classes in com.atlassian.bamboo.notification.builderror that implement NotificationModifier and TypeClassDescriptionclass
This class is used to generate content for Build Error notifications. -
Uses of Notification in com.atlassian.bamboo.notification.buildhung
Classes in com.atlassian.bamboo.notification.buildhung that implement NotificationModifier and TypeClassDescriptionclass
This class is used to generate content for Build Hung Notifications. -
Uses of Notification in com.atlassian.bamboo.notification.buildmissingcapableagent
Classes in com.atlassian.bamboo.notification.buildmissingcapableagent that implement Notification -
Uses of Notification in com.atlassian.bamboo.notification.buildqueuetimeout
Classes in com.atlassian.bamboo.notification.buildqueuetimeout that implement Notification -
Uses of Notification in com.atlassian.bamboo.notification.chain
Classes in com.atlassian.bamboo.notification.chain that implement NotificationModifier and TypeClassDescriptionclass
This class is used to generate content for After X Failed Bulid notifications.class
This class is used to generate content for All Completed Chains Notifications and the Failed And First Successful Notifications.class
This class is used to generate content for All Completed Chain Stage Notifications and the Failed And First Successful Chain Stage Notifications. -
Uses of Notification in com.atlassian.bamboo.notification.rss
Classes in com.atlassian.bamboo.notification.rss that implement Notification -
Uses of Notification in com.atlassian.bamboo.notification.transports
Methods in com.atlassian.bamboo.notification.transports with parameters of type NotificationModifier and TypeMethodDescriptionvoid
ImTransport.sendNotification
(@NotNull Notification notification) void
MultipartEmailTransport.sendNotification
(@NotNull Notification notification) void
TextEmailTransport.sendNotification
(@NotNull Notification notification) -
Uses of Notification in com.atlassian.bamboo.notification.transports.webhook
Methods in com.atlassian.bamboo.notification.transports.webhook with parameters of type NotificationModifier and TypeMethodDescriptionvoid
WebhookTransport.sendNotification
(@NotNull Notification notification) -
Uses of Notification in com.atlassian.bamboo.storage.notification
Classes in com.atlassian.bamboo.storage.notification that implement NotificationModifier and TypeClassDescriptionclass
class
A notification to be created whenArtifactStorageHardLimitExceededEvent
occurs.class
A notification to be created whenArtifactStorageSoftLimitExceededEvent
occurs. -
Uses of Notification in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils with type parameters of type NotificationModifier and TypeMethodDescriptionstatic <T extends Notification>
TBambooNotificationUtils.createNotification
(@NotNull Class<T> notificationClass) Creates new instance of aNotification
.