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

Packages that use NotificationSet
com.atlassian.bamboo.chains   
com.atlassian.bamboo.deployments.environments.actions   
com.atlassian.bamboo.deployments.environments.persistence   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.migration.stream.notifications   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.ww2.actions.admin   
 

Uses of NotificationSet in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains with parameters of type NotificationSet
 void Chain.setNotificationSet(NotificationSet notificationSet)
           
 

Uses of NotificationSet in com.atlassian.bamboo.deployments.environments.actions
 

Methods in com.atlassian.bamboo.deployments.environments.actions that return NotificationSet
 NotificationSet ConfigureEnvironmentNotifications.getExistingNotificationsSet()
           
 

Uses of NotificationSet in com.atlassian.bamboo.deployments.environments.persistence
 

Methods in com.atlassian.bamboo.deployments.environments.persistence that return NotificationSet
 NotificationSet MutableEnvironmentImpl.getNotificationSet()
           
 NotificationSet MutableEnvironment.getNotificationSet()
           
 

Methods in com.atlassian.bamboo.deployments.environments.persistence with parameters of type NotificationSet
 void MutableEnvironmentImpl.setNotificationSet(NotificationSet notificationSet)
           
 void MutableEnvironment.setNotificationSet(NotificationSet notificationSet)
           
 

Uses of NotificationSet in com.atlassian.bamboo.deployments.environments.service
 

Methods in com.atlassian.bamboo.deployments.environments.service that return NotificationSet
 NotificationSet EnvironmentServiceImpl.getNotificationSet(long environmentId)
           
 NotificationSet EnvironmentService.getNotificationSet(long environmentId)
          Retrieve notification set for environment, if environment with id exists.
 

Uses of NotificationSet in com.atlassian.bamboo.migration.stream.notifications
 

Methods in com.atlassian.bamboo.migration.stream.notifications that return NotificationSet
protected  NotificationSet NotificationSetMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
 

Methods in com.atlassian.bamboo.migration.stream.notifications with parameters of type NotificationSet
protected  void NotificationSetMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, NotificationSet notificationSet, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void NotificationSetMapper.importProperties(NotificationSet notificationSet, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 

Uses of NotificationSet in com.atlassian.bamboo.notification
 

Classes in com.atlassian.bamboo.notification that implement NotificationSet
 class NotificationSetImpl
           
 

Methods in com.atlassian.bamboo.notification that return NotificationSet
 NotificationSet NotificationManager.cloneNotificationSet(NotificationSet oldSet)
          Clone notification set and rules for use when cloning Plan
 NotificationSet NotificationManagerImpl.cloneNotificationSet(NotificationSet oldSet)
           
 NotificationSet NotificationManager.createOrGetSystemNotificationSet()
          Get the system notification set for this bamboo and if one doesn't exist create it!
 NotificationSet NotificationManagerImpl.createOrGetSystemNotificationSet()
           
 NotificationSet NotificationRule.getNotificationSet()
           
 NotificationSet NotificationRuleImpl.getNotificationSet()
           
 

Methods in com.atlassian.bamboo.notification that return types with arguments of type NotificationSet
 java.util.List<NotificationSet> NotificationHibernateDao.getNotificationSetsForType(NotificationSet.NotificationSetType type)
           
 java.util.List<NotificationSet> NotificationDao.getNotificationSetsForType(NotificationSet.NotificationSetType type)
          Retrieve notification sets belonging to a specific type.
 java.util.List<NotificationSet> NotificationManagerImpl.getNotificationSetsForType(NotificationSet.NotificationSetType type)
           
 

Methods in com.atlassian.bamboo.notification with parameters of type NotificationSet
 NotificationSet NotificationManager.cloneNotificationSet(NotificationSet oldSet)
          Clone notification set and rules for use when cloning Plan
 NotificationSet NotificationManagerImpl.cloneNotificationSet(NotificationSet oldSet)
           
 void NotificationManager.saveNotificationSet(NotificationSet nSet)
          Saves a notification set without requiring a build.
 void NotificationManagerImpl.saveNotificationSet(NotificationSet nSet)
           
 void NotificationRule.setNotificationSet(NotificationSet notificationSet)
           
 void NotificationRuleImpl.setNotificationSet(NotificationSet notificationSet)
           
 

Uses of NotificationSet in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return NotificationSet
 NotificationSet AbstractChain.getNotificationSet()
           
 NotificationSet AbstractChain.getNotificationSetField()
          Raw access to notification set field used in import/export, upgrade tasks and Hibernate.
 

Methods in com.atlassian.bamboo.plan with parameters of type NotificationSet
 void AbstractChain.setNotificationSet(NotificationSet notificationSet)
           
 

Uses of NotificationSet in com.atlassian.bamboo.plan.branch
 

Methods in com.atlassian.bamboo.plan.branch that return NotificationSet
 NotificationSet ChainBranchImpl.getNotificationSet()
           
 

Uses of NotificationSet in com.atlassian.bamboo.plan.cache
 

Methods in com.atlassian.bamboo.plan.cache that return NotificationSet
 NotificationSet ImmutableChain.getNotificationSet()
          Get notifications defined for this plan.
 NotificationSet AbstractImmutableChain.getNotificationSet()
           
 

Uses of NotificationSet in com.atlassian.bamboo.ww2.actions.admin
 

Methods in com.atlassian.bamboo.ww2.actions.admin that return NotificationSet
 NotificationSet ImportMavenPlanCreatePlanAction.getNotificationSet()
           
 



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