|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationSet | |
---|---|
com.atlassian.bamboo.build | |
com.atlassian.bamboo.migration.stream | |
com.atlassian.bamboo.notification | |
com.atlassian.bamboo.plan | |
com.atlassian.bamboo.ww2.actions.admin |
Uses of NotificationSet in com.atlassian.bamboo.build |
---|
Methods in com.atlassian.bamboo.build that return NotificationSet | |
---|---|
NotificationSet |
BuildObjectForTests.getNotificationSet()
|
Methods in com.atlassian.bamboo.build with parameters of type NotificationSet | |
---|---|
void |
BuildObjectForTests.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)
|
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 |
NotificationManagerImpl.cloneNotificationSet(NotificationSet oldSet)
|
NotificationSet |
NotificationManager.cloneNotificationSet(NotificationSet oldSet)
Clone notification set and rules for use when cloning Plan |
NotificationSet |
NotificationManagerImpl.createOrGetSystemNotificationSet()
|
NotificationSet |
NotificationManager.createOrGetSystemNotificationSet()
Get the system notification set for this bamboo and if one doesn't exist create it! |
NotificationSet |
NotificationRuleImpl.getNotificationSet()
|
NotificationSet |
NotificationRule.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> |
NotificationManagerImpl.getNotificationSetsForType(NotificationSet.NotificationSetType type)
|
java.util.List<NotificationSet> |
NotificationDao.getNotificationSetsForType(NotificationSet.NotificationSetType type)
Retrieve notification sets belonging to a specific type. |
Methods in com.atlassian.bamboo.notification with parameters of type NotificationSet | |
---|---|
NotificationSet |
NotificationManagerImpl.cloneNotificationSet(NotificationSet oldSet)
|
NotificationSet |
NotificationManager.cloneNotificationSet(NotificationSet oldSet)
Clone notification set and rules for use when cloning Plan |
void |
NotificationManagerImpl.saveNotificationSet(NotificationSet nSet)
|
void |
NotificationManager.saveNotificationSet(NotificationSet nSet)
Saves a notification set without requiring a build. |
void |
NotificationRuleImpl.setNotificationSet(NotificationSet notificationSet)
|
void |
NotificationRule.setNotificationSet(NotificationSet notificationSet)
|
Uses of NotificationSet in com.atlassian.bamboo.plan |
---|
Methods in com.atlassian.bamboo.plan that return NotificationSet | |
---|---|
NotificationSet |
AbstractPlan.getNotificationSet()
|
NotificationSet |
TopLevelPlan.getNotificationSet()
|
Methods in com.atlassian.bamboo.plan with parameters of type NotificationSet | |
---|---|
void |
AbstractPlan.setNotificationSet(NotificationSet notificationSet)
|
void |
TopLevelPlan.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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |