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 classAbstractAccessTokenNotificationclassAccessTokenCreatedNotificationclassAccessTokenDeletedNotification -
Uses of Notification in com.atlassian.bamboo.brokenbuildtracker.notifications
Classes in com.atlassian.bamboo.brokenbuildtracker.notifications that implement Notification Modifier and Type Class Description classAbstractTrackingNotificationclassUserResponsibilityAddedNotificationclassUserResponsibilityRemovedNotification -
Uses of Notification in com.atlassian.bamboo.deployments.notification
Classes in com.atlassian.bamboo.deployments.notification that implement Notification Modifier and Type Class Description classDeploymentFinishedNotificationclassDeploymentStartedNotification -
Uses of Notification in com.atlassian.bamboo.notification
Subinterfaces of Notification in com.atlassian.bamboo.notification Modifier and Type Interface Description interfaceExtendedNotificationProvides the Notification object with a way to add anything else to the email.static interfaceNotification.HtmlImContentProvidingNotificationExtension interface if the Notification supports HTML in IM messages.Classes in com.atlassian.bamboo.notification that implement Notification Modifier and Type Class Description classAbstractNotificationMethods in com.atlassian.bamboo.notification with parameters of type Notification Modifier and Type Method Description voidNotificationDispatcher. dispatchNotifications(@Nullable Notification notification)Dispatch notifications for the given notification.voidNotificationDispatcherImpl. dispatchNotifications(Notification notification)Dispatch notifications for the given notification.voidNotificationTransport. 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 classCommentNotificationThis 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 classAbstractCompletedNotificationclassBuildCompletedNotificationThis 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 classBuildErrorNotificationThis 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 classBuildHungNotificationThis 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 classBuildMissingCapableAgentNotification -
Uses of Notification in com.atlassian.bamboo.notification.buildqueuetimeout
Classes in com.atlassian.bamboo.notification.buildqueuetimeout that implement Notification Modifier and Type Class Description classBuildQueueTimeoutNotification -
Uses of Notification in com.atlassian.bamboo.notification.chain
Classes in com.atlassian.bamboo.notification.chain that implement Notification Modifier and Type Class Description classAfterXFailedNotificationThis class is used to generate content for After X Failed Bulid notifications.classChainCompletedNotificationThis class is used to generate content for All Completed Chains Notifications and the Failed And First Successful Notifications.classStageCompletedNotificationThis 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 classRssNotification -
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 voidImTransport. sendNotification(@NotNull Notification notification)voidMultipartEmailTransport. sendNotification(@NotNull Notification notification)voidTextEmailTransport. 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 voidWebhookTransport. 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 classAbstractArtifactStorageCappingNotificationclassArtifactStorageHardLimitExceededNotificationA notification to be created whenArtifactStorageHardLimitExceededEventoccurs.classArtifactStorageSoftLimitExceededNotificationA notification to be created whenArtifactStorageSoftLimitExceededEventoccurs. -
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.
-