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

Packages that use NotificationSet
com.atlassian.bamboo.chains   
com.atlassian.bamboo.migration.stream   
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.migration.stream
 

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

Methods in com.atlassian.bamboo.migration.stream with parameters of type NotificationSet
protected  void BuildNotificationMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, NotificationSet object, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void BuildNotificationMapper.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..
 

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()
           
 

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

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 © 2012 Atlassian. All Rights Reserved.