Uses of Interface
com.atlassian.bamboo.notification.NotificationSet
Packages that use NotificationSet
Package
Description
-
Uses of NotificationSet in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains with parameters of type NotificationSet -
Uses of NotificationSet in com.atlassian.bamboo.configuration.external.exporters
Methods in com.atlassian.bamboo.configuration.external.exporters with parameters of type NotificationSetModifier 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
Methods in com.atlassian.bamboo.deployments.environments.actions that return NotificationSetModifier and TypeMethodDescriptionConfigureEnvironmentNotifications.getExistingNotificationsSet()
-
Uses of NotificationSet in com.atlassian.bamboo.deployments.environments.persistence
Methods in com.atlassian.bamboo.deployments.environments.persistence that return NotificationSetModifier and TypeMethodDescription@NotNull NotificationSet
MutableEnvironment.getNotificationSet()
@NotNull NotificationSet
MutableEnvironmentImpl.getNotificationSet()
Methods in com.atlassian.bamboo.deployments.environments.persistence with parameters of type NotificationSetModifier and TypeMethodDescriptionvoid
MutableEnvironment.setNotificationSet
(NotificationSet notificationSet) void
MutableEnvironmentImpl.setNotificationSet
(NotificationSet notificationSet) -
Uses of NotificationSet in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service that return NotificationSetModifier 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
Methods in com.atlassian.bamboo.migration.stream.notifications that return NotificationSetModifier and TypeMethodDescriptionprotected @NotNull NotificationSet
NotificationSetMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream.notifications with parameters of type NotificationSetModifier 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
Classes in com.atlassian.bamboo.notification that implement NotificationSetFields in com.atlassian.bamboo.notification declared as NotificationSetMethods in com.atlassian.bamboo.notification that return NotificationSetModifier 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) Methods in com.atlassian.bamboo.notification that return types with arguments of type NotificationSetModifier 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) Methods in com.atlassian.bamboo.notification with parameters of type NotificationSetModifier 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
Fields in com.atlassian.bamboo.plan with type parameters of type NotificationSetModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<AbstractChain,
NotificationSet> AbstractChain_.notificationSet
Methods in com.atlassian.bamboo.plan that return NotificationSetModifier and TypeMethodDescriptionAbstractChain.getNotificationSet()
final 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 NotificationSetModifier and TypeMethodDescriptionvoid
AbstractChain.setNotificationSet
(NotificationSet notificationSet) -
Uses of NotificationSet in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch that return NotificationSet -
Uses of NotificationSet in com.atlassian.bamboo.plan.branch.cache
Methods in com.atlassian.bamboo.plan.branch.cache that return NotificationSet -
Uses of NotificationSet in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return NotificationSetModifier and TypeMethodDescriptionAbstractImmutableChain.getNotificationSet()
ImmutableChain.getNotificationSet()
Get notifications defined for this plan. -
Uses of NotificationSet in com.atlassian.bamboo.ww2.actions.admin
Methods in com.atlassian.bamboo.ww2.actions.admin that return NotificationSet