Uses of Interface
com.atlassian.bamboo.notification.NotificationType
Packages that use NotificationType
Package
Description
-
Uses of NotificationType in com.atlassian.bamboo.brokenbuildtracker.notifications
Classes in com.atlassian.bamboo.brokenbuildtracker.notifications that implement NotificationType -
Uses of NotificationType in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions that return types with arguments of type NotificationTypeModifier and TypeMethodDescriptionConfigureEnvironmentNotifications.getAllNotificationEventTypes()
Method to get combined notification types and notification conditions for the ui -
Uses of NotificationType in com.atlassian.bamboo.deployments.notification
Classes in com.atlassian.bamboo.deployments.notification that implement NotificationTypeModifier and TypeClassDescriptionclass
class
class
-
Uses of NotificationType in com.atlassian.bamboo.matcher.notification
Method parameters in com.atlassian.bamboo.matcher.notification with type arguments of type NotificationTypeModifier 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
Classes in com.atlassian.bamboo.notification that implement NotificationTypeFields in com.atlassian.bamboo.notification with type parameters of type NotificationTypeModifier and TypeFieldDescriptionprotected final Set<Class<? extends NotificationType>>
AbstractNotificationEventListener.notificationTypeFilter
Methods in com.atlassian.bamboo.notification that return NotificationTypeModifier 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) Methods in com.atlassian.bamboo.notification that return types with arguments of type NotificationTypeModifier 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()
Method parameters in com.atlassian.bamboo.notification with type arguments of type NotificationTypeModifier 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) Constructor parameters in com.atlassian.bamboo.notification with type arguments of type NotificationTypeModifierConstructorDescriptionprotected
AbstractNotificationEventListener
(Class<T> eventClass, Set<Class<? extends NotificationType>> notificationTypeFilter) -
Uses of NotificationType in com.atlassian.bamboo.notification.buildcommented
Classes in com.atlassian.bamboo.notification.buildcommented that implement NotificationType -
Uses of NotificationType in com.atlassian.bamboo.notification.buildcompleted
Classes in com.atlassian.bamboo.notification.buildcompleted that implement NotificationTypeModifier and TypeClassDescriptionclass
class
class
sends a notification whenever the build status changes from passed <> failedclass
-
Uses of NotificationType in com.atlassian.bamboo.notification.builderror
Classes in com.atlassian.bamboo.notification.builderror that implement NotificationType -
Uses of NotificationType in com.atlassian.bamboo.notification.buildhung
Classes in com.atlassian.bamboo.notification.buildhung that implement NotificationType -
Uses of NotificationType in com.atlassian.bamboo.notification.buildmissingcapableagent
Classes in com.atlassian.bamboo.notification.buildmissingcapableagent that implement NotificationType -
Uses of NotificationType in com.atlassian.bamboo.notification.buildqueuetimeout
Classes in com.atlassian.bamboo.notification.buildqueuetimeout that implement NotificationType -
Uses of NotificationType in com.atlassian.bamboo.notification.chain
Classes in com.atlassian.bamboo.notification.chain that implement NotificationTypeModifier 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
Methods in com.atlassian.bamboo.plugin.descriptor that return NotificationType -
Uses of NotificationType in com.atlassian.bamboo.testutils.notification
Methods in com.atlassian.bamboo.testutils.notification with parameters of type NotificationTypeModifier and TypeMethodDescriptionstatic NotificationRule
NotificationTestHelper.mockNotificationRule
(NotificationManager notificationManager, NotificationType notificationType, NotificationRecipient notificationRecipient) -
Uses of NotificationType in com.atlassian.bamboo.ww2.actions.admin.notification
Methods in com.atlassian.bamboo.ww2.actions.admin.notification that return types with arguments of type NotificationTypeModifier 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
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return types with arguments of type NotificationTypeModifier 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
Methods in com.atlassian.bamboo.ww2.actions.chains.admin that return types with arguments of type NotificationTypeModifier and TypeMethodDescriptionConfigureChainNotification.getAllNotificationEventTypes()
Method to get combined notification types and notification conditions for the ui