Uses of Interface
com.atlassian.bamboo.notification.NotificationType
Package
Description
-
Uses of NotificationType in com.atlassian.bamboo.brokenbuildtracker.notifications
-
Uses of NotificationType in com.atlassian.bamboo.deployments.environments.actions
Modifier and TypeMethodDescriptionConfigureEnvironmentNotifications.getAllNotificationEventTypes()
Method to get combined notification types and notification conditions for the ui -
Uses of NotificationType in com.atlassian.bamboo.deployments.notification
Modifier and TypeClassDescriptionclass
class
class
-
Uses of NotificationType in com.atlassian.bamboo.matcher.notification
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<NotificationRule>
HasMatchingNotificationRule.hasMatchingNotificationRule
(@NotNull NotificationManager notificationManager, @NotNull Class<? extends NotificationType> notificationTypeClass, @NotNull Class<? extends NotificationRecipient> recipientTypeClass, @Nullable String recipientString) static org.hamcrest.Matcher<NotificationRule>
HasMatchingNotificationRule.hasMatchingNotificationRule
(@NotNull NotificationManager notificationManager, @NotNull Class<? extends NotificationType> notificationTypeClass, @Nullable String conditionData, @NotNull Class<? extends NotificationRecipient> recipientTypeClass, @Nullable String recipientString) -
Uses of NotificationType in com.atlassian.bamboo.notification
Modifier and TypeFieldDescriptionprotected final Set<Class<? extends NotificationType>>
AbstractNotificationEventListener.notificationTypeFilter
Modifier and TypeMethodDescription@Nullable NotificationType
NotificationManager.getNotificationType
(NotificationRule rule) Instantiate and populate notification type from a rule.@Nullable NotificationType
NotificationManagerImpl.getNotificationType
(NotificationRule rule) @Nullable NotificationType
NotificationManager.getNotificationTypeFromKey
(String key) Retrieve a specificNotificationType
plugin module based on the given key.@Nullable NotificationType
NotificationManagerImpl.getNotificationTypeFromKey
(String key) Modifier and TypeMethodDescriptionNotificationManager.getAllNotificationTypes()
NotificationManagerImpl.getAllNotificationTypes()
NotificationManager.getChainNotificationTypes()
Return notification types marked explicitly as "chain" notification in plugin xml descriptionNotificationManagerImpl.getChainNotificationTypes()
NotificationManager.getDeploymentNotificationTypes()
NotificationManagerImpl.getDeploymentNotificationTypes()
NotificationManager.getPlanNotificationTypes()
NotificationManagerImpl.getPlanNotificationTypes()
NotificationManager.getSystemNotificationTypes()
NotificationManagerImpl.getSystemNotificationTypes()
Modifier and TypeMethodDescription@NotNull NotificationRule
NotificationManager.createNotificationRule
(@NotNull Class<? extends NotificationType> notificationTypeClass, @Nullable String conditionData, @NotNull Class<? extends NotificationRecipient> recipientTypeClass, @Nullable String recipientString) @NotNull NotificationRule
NotificationManagerImpl.createNotificationRule
(@NotNull Class<? extends NotificationType> notificationTypeClass, @Nullable String conditionData, @NotNull Class<? extends NotificationRecipient> recipientTypeClass, @Nullable String recipientString) ModifierConstructorDescriptionprotected
AbstractNotificationEventListener
(Class<T> eventClass, Set<Class<? extends NotificationType>> notificationTypeFilter) -
Uses of NotificationType in com.atlassian.bamboo.notification.buildcommented
-
Uses of NotificationType in com.atlassian.bamboo.notification.buildcompleted
Modifier and TypeClassDescriptionclass
class
class
sends a notification whenever the build status changes from passed <> failedclass
-
Uses of NotificationType in com.atlassian.bamboo.notification.builderror
-
Uses of NotificationType in com.atlassian.bamboo.notification.buildhung
-
Uses of NotificationType in com.atlassian.bamboo.notification.buildmissingcapableagent
-
Uses of NotificationType in com.atlassian.bamboo.notification.buildqueuetimeout
-
Uses of NotificationType in com.atlassian.bamboo.notification.chain
Modifier and TypeClassDescriptionclass
class
class
class
class
sends a notification whenever the chain status changes from passed <> failed -
Uses of NotificationType in com.atlassian.bamboo.plugin.descriptor
-
Uses of NotificationType in com.atlassian.bamboo.testutils.notification
Modifier and TypeMethodDescriptionstatic NotificationRule
NotificationTestHelper.mockNotificationRule
(NotificationManager notificationManager, NotificationType notificationType, NotificationRecipient notificationRecipient) -
Uses of NotificationType in com.atlassian.bamboo.ww2.actions.admin.notification
Modifier and TypeMethodDescriptionConfigureSystemNotifications.getAllNotificationEventTypes()
Method to get combined notification types and notification conditions for the ui -
Uses of NotificationType in com.atlassian.bamboo.ww2.actions.build.admin.config
Modifier and TypeMethodDescriptionConfigureBuildNotification.getAllNotificationEventTypes()
Method to get combined notification types and notification conditions for the ui -
Uses of NotificationType in com.atlassian.bamboo.ww2.actions.chains.admin
Modifier and TypeMethodDescriptionConfigureChainNotification.getAllNotificationEventTypes()
Method to get combined notification types and notification conditions for the ui