Modifier and Type | Class and Description |
---|---|
class |
AbstractAccessTokenNotification |
class |
AccessTokenCreatedNotification |
class |
AccessTokenDeletedNotification |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTrackingNotification |
class |
UserResponsibilityAddedNotification |
class |
UserResponsibilityRemovedNotification |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentFinishedNotification |
class |
DeploymentStartedNotification |
Modifier and Type | Interface and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNotification |
Modifier and Type | Method and Description |
---|---|
void |
NotificationDispatcherImpl.dispatchNotifications(Notification notification)
Dispatch notifications for the given notification.
|
void |
NotificationDispatcher.dispatchNotifications(Notification notification)
Dispatch notifications for the given notification.
|
void |
NotificationTransport.sendNotification(Notification notification)
Send off the notification of this transport type.
|
Modifier and Type | Class and Description |
---|---|
class |
CommentNotification
This class is used to generate content for Build Commented Notifications.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
BuildErrorNotification
This class is used to generate content for Build Error notifications.
|
Modifier and Type | Class and Description |
---|---|
class |
BuildHungNotification
This class is used to generate content for Build Hung Notifications.
|
Modifier and Type | Class and Description |
---|---|
class |
BuildMissingCapableAgentNotification |
Modifier and Type | Class and Description |
---|---|
class |
BuildQueueTimeoutNotification |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
RssNotification |
Modifier and Type | Method and Description |
---|---|
void |
TextEmailTransport.sendNotification(Notification notification) |
void |
MultipartEmailTransport.sendNotification(Notification notification) |
void |
ImTransport.sendNotification(Notification notification) |
Modifier and Type | Method and Description |
---|---|
void |
WebhookTransport.sendNotification(Notification notification) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArtifactStorageCappingNotification |
class |
ArtifactStorageHardLimitExceededNotification
A notification to be created when
ArtifactStorageHardLimitExceededEvent occurs. |
class |
ArtifactStorageSoftLimitExceededNotification
A notification to be created when
ArtifactStorageSoftLimitExceededEvent occurs. |
Modifier and Type | Method and Description |
---|---|
static <T extends Notification> |
BambooNotificationUtils.createNotification(Class<T> notificationClass)
Creates new instance of a
Notification . |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.