Uses of Interface
com.atlassian.bamboo.notification.NotificationType

Packages that use NotificationType
com.atlassian.bamboo.brokenbuildtracker.notifications   
com.atlassian.bamboo.deployments.notification   
com.atlassian.bamboo.matcher.notification   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.buildcommented   
com.atlassian.bamboo.notification.buildcompleted   
com.atlassian.bamboo.notification.builderror   
com.atlassian.bamboo.notification.buildhung   
com.atlassian.bamboo.notification.buildmissingcapableagent   
com.atlassian.bamboo.notification.buildqueuetimeout   
com.atlassian.bamboo.notification.chain   
com.atlassian.bamboo.plugin.descriptor   
com.atlassian.bamboo.ww2.actions.admin.notification   
com.atlassian.bamboo.ww2.actions.chains.admin   
 

Uses of NotificationType in com.atlassian.bamboo.brokenbuildtracker.notifications
 

Classes in com.atlassian.bamboo.brokenbuildtracker.notifications that implement NotificationType
 class ChangeInResponsibilityNotificationType
           
 

Uses of NotificationType in com.atlassian.bamboo.deployments.notification
 

Classes in com.atlassian.bamboo.deployments.notification that implement NotificationType
 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
static org.hamcrest.Matcher<NotificationRule> HasMatchingNotificationRule.hasMatchingNotificationRule(NotificationManager notificationManager, java.lang.Class<? extends NotificationType> notificationTypeClass, java.lang.Class<? extends NotificationRecipient> recipientTypeClass, java.lang.String recipientString)
           
static org.hamcrest.Matcher<NotificationRule> HasMatchingNotificationRule.hasMatchingNotificationRule(NotificationManager notificationManager, java.lang.Class<? extends NotificationType> notificationTypeClass, java.lang.String conditionData, java.lang.Class<? extends NotificationRecipient> recipientTypeClass, java.lang.String recipientString)
           
 

Uses of NotificationType in com.atlassian.bamboo.notification
 

Classes in com.atlassian.bamboo.notification that implement NotificationType
 class AbstractNotificationType
           
 

Fields in com.atlassian.bamboo.notification with type parameters of type NotificationType
protected  java.util.Set<java.lang.Class<? extends NotificationType>> AbstractNotificationEventListener.notificationTypeFilter
           
 

Methods in com.atlassian.bamboo.notification that return NotificationType
 NotificationType NotificationRule.getNotificationType()
          Retrieves the populated notification type object for the notification rule Note that this may be null if is a legacy notification.
 NotificationType NotificationRuleImpl.getNotificationType()
           
 NotificationType NotificationManager.getNotificationTypeFromKey(java.lang.String key)
          Retrieve a specific NotificationType plugin module based on the given key.
 NotificationType NotificationManagerImpl.getNotificationTypeFromKey(java.lang.String key)
           
 

Methods in com.atlassian.bamboo.notification that return types with arguments of type NotificationType
 java.util.List<NotificationType> NotificationManager.getAllNotificationTypes()
           
 java.util.List<NotificationType> NotificationManagerImpl.getAllNotificationTypes()
           
 java.util.List<NotificationType> NotificationManager.getChainNotificationTypes()
          Return notification types marked explicitly as "chain" notification in plugin xml description
 java.util.List<NotificationType> NotificationManagerImpl.getChainNotificationTypes()
           
 java.util.List<NotificationType> NotificationManager.getDeploymentNotificationTypes()
           
 java.util.List<NotificationType> NotificationManagerImpl.getDeploymentNotificationTypes()
           
 java.util.List<NotificationType> NotificationManager.getPlanNotificationTypes()
           
 java.util.List<NotificationType> NotificationManagerImpl.getPlanNotificationTypes()
           
 java.util.List<NotificationType> NotificationManager.getSystemNotificationTypes()
           
 java.util.List<NotificationType> NotificationManagerImpl.getSystemNotificationTypes()
           
 

Method parameters in com.atlassian.bamboo.notification with type arguments of type NotificationType
 NotificationRule NotificationManager.createNotificationRule(java.lang.Class<? extends NotificationType> notificationTypeClass, java.lang.String conditionData, java.lang.Class<? extends NotificationRecipient> recipientTypeClass, java.lang.String recipientString)
          Creates a new NotificationRule from the NotificationType and NotificationRecipient specificed.
 NotificationRule NotificationManagerImpl.createNotificationRule(java.lang.Class<? extends NotificationType> notificationTypeClass, java.lang.String conditionData, java.lang.Class<? extends NotificationRecipient> recipientTypeClass, java.lang.String recipientString)
           
 

Constructor parameters in com.atlassian.bamboo.notification with type arguments of type NotificationType
AbstractNotificationEventListener(java.lang.Class<T> eventClass, java.util.Set<java.lang.Class<? extends NotificationType>> notificationTypeFilter)
           
 

Uses of NotificationType in com.atlassian.bamboo.notification.buildcommented
 

Classes in com.atlassian.bamboo.notification.buildcommented that implement NotificationType
 class CommentNotificationType
           
 

Uses of NotificationType in com.atlassian.bamboo.notification.buildcompleted
 

Classes in com.atlassian.bamboo.notification.buildcompleted that implement NotificationType
 class AllBuildsNotificationType
           
 class BuildFailedAndFirstFixedNotificationType
           
 class BuildStatusChangeNotificationType
          sends a notification whenever the build status changes from passed <> failed
 class FirstJobFailedNotificationType
           
 

Uses of NotificationType in com.atlassian.bamboo.notification.builderror
 

Classes in com.atlassian.bamboo.notification.builderror that implement NotificationType
 class BuildErrorNotificationType
           
 

Uses of NotificationType in com.atlassian.bamboo.notification.buildhung
 

Classes in com.atlassian.bamboo.notification.buildhung that implement NotificationType
 class BuildHungNotificationType
           
 

Uses of NotificationType in com.atlassian.bamboo.notification.buildmissingcapableagent
 

Classes in com.atlassian.bamboo.notification.buildmissingcapableagent that implement NotificationType
 class BuildMissingCapableAgentNotificationType
           
 

Uses of NotificationType in com.atlassian.bamboo.notification.buildqueuetimeout
 

Classes in com.atlassian.bamboo.notification.buildqueuetimeout that implement NotificationType
 class BuildQueueTimeoutNotificationType
           
 

Uses of NotificationType in com.atlassian.bamboo.notification.chain
 

Classes in com.atlassian.bamboo.notification.chain that implement NotificationType
 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
 NotificationType NotificationTypeModuleDescriptor.getModule()
           
 

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
 java.util.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.chains.admin
 

Methods in com.atlassian.bamboo.ww2.actions.chains.admin that return types with arguments of type NotificationType
 java.util.List<NotificationType> ConfigureChainNotification.getAllNotificationEventTypes()
          Method to get combined notification types and notification conditions for the ui
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.