Uses of Interface
com.atlassian.bamboo.notification.NotificationSet
Package
Description
-
Uses of NotificationSet in com.atlassian.bamboo.chains
-
Uses of NotificationSet in com.atlassian.bamboo.configuration.external.exporters
Modifier and TypeMethodDescription@NotNull List<com.atlassian.bamboo.specs.api.builders.notification.Notification>
NotificationExporter.exportNotificationSet
(@NotNull NotificationSet notificationSet) @NotNull List<com.atlassian.bamboo.specs.api.builders.notification.Notification>
NotificationExporterImpl.exportNotificationSet
(@NotNull NotificationSet notificationSet) boolean
NotificationExporter.updateNotificationSet
(@NotNull NotificationSet notificationSet, @NotNull Collection<com.atlassian.bamboo.specs.api.model.notification.NotificationProperties> notifications, @NotNull com.atlassian.bamboo.specs.api.model.EntityProperties owner) boolean
NotificationExporterImpl.updateNotificationSet
(@NotNull NotificationSet notificationSet, @NotNull Collection<com.atlassian.bamboo.specs.api.model.notification.NotificationProperties> notifications, @NotNull com.atlassian.bamboo.specs.api.model.EntityProperties owner) -
Uses of NotificationSet in com.atlassian.bamboo.deployments.environments.actions
Modifier and TypeMethodDescriptionConfigureEnvironmentNotifications.getExistingNotificationsSet()
-
Uses of NotificationSet in com.atlassian.bamboo.deployments.environments.persistence
Modifier and TypeMethodDescription@NotNull NotificationSet
MutableEnvironment.getNotificationSet()
@NotNull NotificationSet
MutableEnvironmentImpl.getNotificationSet()
Modifier and TypeMethodDescriptionvoid
MutableEnvironment.setNotificationSet
(NotificationSet notificationSet) void
MutableEnvironmentImpl.setNotificationSet
(NotificationSet notificationSet) -
Uses of NotificationSet in com.atlassian.bamboo.deployments.environments.service
Modifier and TypeMethodDescription@Nullable NotificationSet
EnvironmentService.getNotificationSet
(long environmentId) Retrieve notification set for environment, if environment with id exists.EnvironmentServiceImpl.getNotificationSet
(long environmentId) -
Uses of NotificationSet in com.atlassian.bamboo.migration.stream.notifications
Modifier and TypeMethodDescriptionprotected @NotNull NotificationSet
NotificationSetMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier and TypeMethodDescriptionprotected void
NotificationSetMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull NotificationSet notificationSet, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
NotificationSetMapper.importProperties
(@NotNull NotificationSet notificationSet, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) -
Uses of NotificationSet in com.atlassian.bamboo.notification
Modifier and TypeMethodDescriptionNotificationManager.cloneNotificationSet
(NotificationSet oldSet) Clone notification set and rules for use when cloningPlan
NotificationManagerImpl.cloneNotificationSet
(NotificationSet oldSet) @NotNull NotificationSet
NotificationManager.createOrGetSystemNotificationSet()
Get the system notification set for this bamboo and if one doesn't exist create it!@NotNull NotificationSet
NotificationManagerImpl.createOrGetSystemNotificationSet()
NotificationRule.getNotificationSet()
NotificationRuleImpl.getNotificationSet()
@Nullable NotificationSet
NotificationManager.getNotificationSetById
(long notificationSetId) Get a specific notification set@Nullable NotificationSet
NotificationManagerImpl.getNotificationSetById
(long notificationSetId) @Nullable NotificationSet
NotificationDao.getNotificationSetForId
(long notificationSetId) Retrieve notification set belonging to a specific id.@Nullable NotificationSet
NotificationHibernateDao.getNotificationSetForId
(long notificationSetId) Modifier and TypeMethodDescription@NotNull List<NotificationSet>
NotificationDao.getNotificationSetsForType
(NotificationSet.NotificationSetType type) Retrieve notification sets belonging to a specific type.@NotNull List<NotificationSet>
NotificationHibernateDao.getNotificationSetsForType
(NotificationSet.NotificationSetType type) @NotNull List<NotificationSet>
NotificationManagerImpl.getNotificationSetsForType
(NotificationSet.NotificationSetType type) Modifier and TypeMethodDescriptionNotificationManager.cloneNotificationSet
(NotificationSet oldSet) Clone notification set and rules for use when cloningPlan
NotificationManagerImpl.cloneNotificationSet
(NotificationSet oldSet) void
NotificationManager.replaceNotificationRule
(@NotNull NotificationSet notificationSet, long existingNotificationId, @NotNull NotificationRule newNotificationRule) Replaces a notification rule with the new definition.void
NotificationManagerImpl.replaceNotificationRule
(@NotNull NotificationSet notificationSet, long existingNotificationId, @NotNull NotificationRule newNotificationRule) void
NotificationDao.saveNotificationSet
(@NotNull NotificationSet notificationSet) Save new/existing notification set.void
NotificationHibernateDao.saveNotificationSet
(@NotNull NotificationSet notificationSet) void
NotificationManager.saveNotificationSet
(NotificationSet nSet) Saves a notification set without requiring a build.void
NotificationManagerImpl.saveNotificationSet
(NotificationSet notificationSet) void
NotificationRule.setNotificationSet
(NotificationSet notificationSet) void
NotificationRuleImpl.setNotificationSet
(NotificationSet notificationSet) -
Uses of NotificationSet in com.atlassian.bamboo.plan
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<AbstractChain,
NotificationSet> AbstractChain_.notificationSet
Modifier and TypeMethodDescriptionAbstractChain.getNotificationSet()
final NotificationSet
AbstractChain.getNotificationSetField()
Raw access to notification set field used in import/export, upgrade tasks and Hibernate.Modifier and TypeMethodDescriptionvoid
AbstractChain.setNotificationSet
(NotificationSet notificationSet) -
Uses of NotificationSet in com.atlassian.bamboo.plan.branch
-
Uses of NotificationSet in com.atlassian.bamboo.plan.branch.cache
-
Uses of NotificationSet in com.atlassian.bamboo.plan.cache
Modifier and TypeMethodDescriptionAbstractImmutableChain.getNotificationSet()
ImmutableChain.getNotificationSet()
Get notifications defined for this plan. -
Uses of NotificationSet in com.atlassian.bamboo.ww2.actions.admin