Modifier and Type | Method and Description |
---|---|
void |
Chain.setNotificationSet(NotificationSet notificationSet) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
NotificationExporterImpl.exportNotificationSet(NotificationSet notificationSet) |
List<Object> |
NotificationExporter.exportNotificationSet(NotificationSet notificationSet)
Generate YAML-friendly list containing data from
NotificationSet |
Modifier and Type | Method and Description |
---|---|
NotificationSet |
ConfigureEnvironmentNotifications.getExistingNotificationsSet() |
Modifier and Type | Method and Description |
---|---|
NotificationSet |
MutableEnvironmentImpl.getNotificationSet() |
NotificationSet |
MutableEnvironment.getNotificationSet() |
Modifier and Type | Method and Description |
---|---|
void |
MutableEnvironmentImpl.setNotificationSet(NotificationSet notificationSet) |
void |
MutableEnvironment.setNotificationSet(NotificationSet notificationSet) |
Modifier and Type | Method and Description |
---|---|
NotificationSet |
EnvironmentServiceImpl.getNotificationSet(long environmentId) |
NotificationSet |
EnvironmentService.getNotificationSet(long environmentId)
Retrieve notification set for environment, if environment with id exists.
|
Modifier and Type | Method and Description |
---|---|
protected NotificationSet |
NotificationSetMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
Modifier and Type | Method and Description |
---|---|
protected void |
NotificationSetMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
NotificationSet notificationSet,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
NotificationSetMapper.importProperties(NotificationSet notificationSet,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
Modifier and Type | Class and Description |
---|---|
class |
NotificationSetImpl |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
List<NotificationSet> |
NotificationHibernateDao.getNotificationSetsForType(NotificationSet.NotificationSetType type) |
List<NotificationSet> |
NotificationManagerImpl.getNotificationSetsForType(NotificationSet.NotificationSetType type) |
List<NotificationSet> |
NotificationDao.getNotificationSetsForType(NotificationSet.NotificationSetType type)
Retrieve notification sets belonging to a specific type.
|
Modifier and Type | Method and Description |
---|---|
NotificationSet |
NotificationManagerImpl.cloneNotificationSet(NotificationSet oldSet) |
NotificationSet |
NotificationManager.cloneNotificationSet(NotificationSet oldSet)
Clone notification set and rules for use when cloning
Plan |
void |
NotificationManagerImpl.replaceNotificationRule(NotificationSet notificationSet,
long existingNotificationId,
NotificationRule newNotificationRule) |
void |
NotificationManager.replaceNotificationRule(NotificationSet notificationSet,
long existingNotificationId,
NotificationRule newNotificationRule)
Replaces a notification rule with the new definition.
|
void |
NotificationHibernateDao.saveNotificationSet(NotificationSet notificationSet) |
void |
NotificationManagerImpl.saveNotificationSet(NotificationSet notificationSet) |
void |
NotificationDao.saveNotificationSet(NotificationSet notificationSet)
Save new/existing notification set.
|
void |
NotificationManager.saveNotificationSet(NotificationSet nSet)
Saves a notification set without requiring a build.
|
void |
NotificationRuleImpl.setNotificationSet(NotificationSet notificationSet) |
void |
NotificationRule.setNotificationSet(NotificationSet notificationSet) |
Modifier and Type | Method and Description |
---|---|
NotificationSet |
AbstractChain.getNotificationSet() |
NotificationSet |
AbstractChain.getNotificationSetField()
Raw access to notification set field used in import/export, upgrade tasks and Hibernate.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractChain.setNotificationSet(NotificationSet notificationSet) |
Modifier and Type | Method and Description |
---|---|
NotificationSet |
ChainBranchImpl.getNotificationSet() |
Modifier and Type | Method and Description |
---|---|
NotificationSet |
AbstractImmutableChain.getNotificationSet() |
NotificationSet |
ImmutableChain.getNotificationSet()
Get notifications defined for this plan.
|
Modifier and Type | Method and Description |
---|---|
NotificationSet |
ImportMavenPlanCreatePlanAction.getNotificationSet() |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.