Uses of Interface
com.atlassian.bamboo.notification.NotificationType
-
-
Uses of NotificationType in com.atlassian.bamboo.brokenbuildtracker.notifications
Classes in com.atlassian.bamboo.brokenbuildtracker.notifications that implement NotificationType Modifier and Type Class Description class
ChangeInResponsibilityNotificationType
-
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 NotificationType Modifier and Type Method Description List<NotificationType>
ConfigureEnvironmentNotifications. 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 NotificationType Modifier and Type Class Description class
DeploymentFailedNotificationType
class
DeploymentFinishedNotificationType
class
DeploymentStartedFinishedNotificationType
-
Uses of NotificationType in com.atlassian.bamboo.matcher.notification
Method parameters in com.atlassian.bamboo.matcher.notification with type arguments of type NotificationType Modifier and Type Method Description static 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 NotificationType Modifier and Type Class Description class
AbstractNotificationType
Fields in com.atlassian.bamboo.notification with type parameters of type NotificationType Modifier and Type Field Description protected Set<Class<? extends NotificationType>>
AbstractNotificationEventListener. notificationTypeFilter
Methods in com.atlassian.bamboo.notification that return NotificationType Modifier and Type Method Description @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 NotificationType Modifier and Type Method Description List<NotificationType>
NotificationManager. getAllNotificationTypes()
List<NotificationType>
NotificationManagerImpl. getAllNotificationTypes()
List<NotificationType>
NotificationManager. getChainNotificationTypes()
Return notification types marked explicitly as "chain" notification in plugin xml descriptionList<NotificationType>
NotificationManagerImpl. getChainNotificationTypes()
List<NotificationType>
NotificationManager. getDeploymentNotificationTypes()
List<NotificationType>
NotificationManagerImpl. getDeploymentNotificationTypes()
List<NotificationType>
NotificationManager. getPlanNotificationTypes()
List<NotificationType>
NotificationManagerImpl. getPlanNotificationTypes()
List<NotificationType>
NotificationManager. getSystemNotificationTypes()
List<NotificationType>
NotificationManagerImpl. getSystemNotificationTypes()
Method parameters in com.atlassian.bamboo.notification with type arguments of type NotificationType Modifier and Type Method Description @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 NotificationType Constructor Description 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 Modifier and Type Class Description class
CommentNotificationType
-
Uses of NotificationType in com.atlassian.bamboo.notification.buildcompleted
Classes in com.atlassian.bamboo.notification.buildcompleted that implement NotificationType Modifier and Type Class Description class
AllBuildsNotificationType
class
BuildFailedAndFirstFixedNotificationType
class
BuildStatusChangeNotificationType
sends a notification whenever the build status changes from passed <> failedclass
FirstJobFailedNotificationType
-
Uses of NotificationType in com.atlassian.bamboo.notification.builderror
Classes in com.atlassian.bamboo.notification.builderror that implement NotificationType Modifier and Type Class Description class
BuildErrorNotificationType
-
Uses of NotificationType in com.atlassian.bamboo.notification.buildhung
Classes in com.atlassian.bamboo.notification.buildhung that implement NotificationType Modifier and Type Class Description class
BuildHungNotificationType
-
Uses of NotificationType in com.atlassian.bamboo.notification.buildmissingcapableagent
Classes in com.atlassian.bamboo.notification.buildmissingcapableagent that implement NotificationType Modifier and Type Class Description class
BuildMissingCapableAgentNotificationType
-
Uses of NotificationType in com.atlassian.bamboo.notification.buildqueuetimeout
Classes in com.atlassian.bamboo.notification.buildqueuetimeout that implement NotificationType Modifier and Type Class Description class
BuildQueueTimeoutNotificationType
-
Uses of NotificationType in com.atlassian.bamboo.notification.chain
Classes in com.atlassian.bamboo.notification.chain that implement NotificationType Modifier and Type Class Description class
AfterXFailedNotificationType
class
AllChainNotificationType
class
AllStageNotificationType
class
ChainFailedAndFirstFixedNotificationType
class
ChainStatusChangeNotificationType
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 Modifier and Type Method Description NotificationType
NotificationTypeModuleDescriptor. getModule()
-
Uses of NotificationType in com.atlassian.bamboo.testutils.notification
Methods in com.atlassian.bamboo.testutils.notification with parameters of type NotificationType Modifier and Type Method Description static 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 NotificationType Modifier and Type Method Description List<NotificationType>
ConfigureSystemNotifications. 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 NotificationType Modifier and Type Method Description List<NotificationType>
ConfigureBuildNotification. 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 NotificationType Modifier and Type Method Description List<NotificationType>
ConfigureChainNotification. getAllNotificationEventTypes()
Method to get combined notification types and notification conditions for the ui
-