Uses of Interface
com.atlassian.bamboo.notification.Notification
Package
Description
-
Uses of Notification in com.atlassian.bamboo.accesstoken
Modifier and TypeClassDescriptionclass
class
class
-
Uses of Notification in com.atlassian.bamboo.brokenbuildtracker.notifications
Modifier and TypeClassDescriptionclass
class
class
-
Uses of Notification in com.atlassian.bamboo.deployments.notification
Modifier and TypeClassDescriptionclass
class
-
Uses of Notification in com.atlassian.bamboo.notification
Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
This class is used to generate content for Build Commented Notifications. -
Uses of Notification in com.atlassian.bamboo.notification.buildcompleted
Modifier 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
Modifier and TypeClassDescriptionclass
This class is used to generate content for Build Error notifications. -
Uses of Notification in com.atlassian.bamboo.notification.buildhung
Modifier and TypeClassDescriptionclass
This class is used to generate content for Build Hung Notifications. -
Uses of Notification in com.atlassian.bamboo.notification.buildmissingcapableagent
-
Uses of Notification in com.atlassian.bamboo.notification.buildqueuetimeout
-
Uses of Notification in com.atlassian.bamboo.notification.chain
Modifier 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
-
Uses of Notification in com.atlassian.bamboo.notification.transports
Modifier 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
Modifier and TypeMethodDescriptionvoid
WebhookTransport.sendNotification
(@NotNull Notification notification) -
Uses of Notification in com.atlassian.bamboo.storage.notification
Modifier 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
Modifier and TypeMethodDescriptionstatic <T extends Notification>
TBambooNotificationUtils.createNotification
(@NotNull Class<T> notificationClass) Creates new instance of aNotification
.