Uses of Interface
com.atlassian.bamboo.notification.Notification
-
-
Uses of Notification in com.atlassian.bamboo.accesstoken
Classes in com.atlassian.bamboo.accesstoken that implement Notification Modifier and Type Class Description class
AbstractAccessTokenNotification
class
AccessTokenCreatedNotification
class
AccessTokenDeletedNotification
-
Uses of Notification in com.atlassian.bamboo.brokenbuildtracker.notifications
Classes in com.atlassian.bamboo.brokenbuildtracker.notifications that implement Notification Modifier and Type Class Description class
AbstractTrackingNotification
class
UserResponsibilityAddedNotification
class
UserResponsibilityRemovedNotification
-
Uses of Notification in com.atlassian.bamboo.deployments.notification
Classes in com.atlassian.bamboo.deployments.notification that implement Notification Modifier and Type Class Description class
DeploymentFinishedNotification
class
DeploymentStartedNotification
-
Uses of Notification in com.atlassian.bamboo.notification
Subinterfaces of Notification in com.atlassian.bamboo.notification Modifier and Type Interface Description interface
ExtendedNotification
Provides the Notification object with a way to add anything else to the email.static interface
Notification.HtmlImContentProvidingNotification
Extension interface if the Notification supports HTML in IM messages.Classes in com.atlassian.bamboo.notification that implement Notification Modifier and Type Class Description class
AbstractNotification
Methods in com.atlassian.bamboo.notification with parameters of type Notification Modifier and Type Method Description void
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 Notification Modifier and Type Class Description class
CommentNotification
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 Notification Modifier and Type Class Description class
AbstractCompletedNotification
class
BuildCompletedNotification
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 Notification Modifier and Type Class Description class
BuildErrorNotification
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 Notification Modifier and Type Class Description class
BuildHungNotification
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 Modifier and Type Class Description class
BuildMissingCapableAgentNotification
-
Uses of Notification in com.atlassian.bamboo.notification.buildqueuetimeout
Classes in com.atlassian.bamboo.notification.buildqueuetimeout that implement Notification Modifier and Type Class Description class
BuildQueueTimeoutNotification
-
Uses of Notification in com.atlassian.bamboo.notification.chain
Classes in com.atlassian.bamboo.notification.chain that implement Notification Modifier and Type Class Description class
AfterXFailedNotification
This class is used to generate content for After X Failed Bulid notifications.class
ChainCompletedNotification
This class is used to generate content for All Completed Chains Notifications and the Failed And First Successful Notifications.class
StageCompletedNotification
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 Modifier and Type Class Description class
RssNotification
-
Uses of Notification in com.atlassian.bamboo.notification.transports
Methods in com.atlassian.bamboo.notification.transports with parameters of type Notification Modifier and Type Method Description void
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 Notification Modifier and Type Method Description void
WebhookTransport. sendNotification(@NotNull Notification notification)
-
Uses of Notification in com.atlassian.bamboo.storage.notification
Classes in com.atlassian.bamboo.storage.notification that implement Notification Modifier and Type Class Description class
AbstractArtifactStorageCappingNotification
class
ArtifactStorageHardLimitExceededNotification
A notification to be created whenArtifactStorageHardLimitExceededEvent
occurs.class
ArtifactStorageSoftLimitExceededNotification
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 Notification Modifier and Type Method Description static <T extends Notification>
TBambooNotificationUtils. createNotification(@NotNull Class<T> notificationClass)
Creates new instance of aNotification
.
-