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) booleanNotificationExporter.updateNotificationSet(@NotNull NotificationSet notificationSet, @NotNull Collection<com.atlassian.bamboo.specs.api.model.notification.NotificationProperties> notifications, @NotNull com.atlassian.bamboo.specs.api.model.EntityProperties owner) booleanNotificationExporterImpl.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 NotificationSetMutableEnvironment.getNotificationSet()@NotNull NotificationSetMutableEnvironmentImpl.getNotificationSet()Methods in com.atlassian.bamboo.deployments.environments.persistence with parameters of type NotificationSetModifier and TypeMethodDescriptionvoidMutableEnvironment.setNotificationSet(NotificationSet notificationSet) voidMutableEnvironmentImpl.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 NotificationSetEnvironmentService.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 NotificationSetNotificationSetMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream.notifications with parameters of type NotificationSetModifier and TypeMethodDescriptionprotected voidNotificationSetMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull NotificationSet notificationSet, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidNotificationSetMapper.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 cloningPlanNotificationManagerImpl.cloneNotificationSet(NotificationSet oldSet) @NotNull NotificationSetNotificationManager.createOrGetSystemNotificationSet()Get the system notification set for this bamboo and if one doesn't exist create it!@NotNull NotificationSetNotificationManagerImpl.createOrGetSystemNotificationSet()NotificationRule.getNotificationSet()NotificationRuleImpl.getNotificationSet()@Nullable NotificationSetNotificationManager.getNotificationSetById(long notificationSetId) Get a specific notification set@Nullable NotificationSetNotificationManagerImpl.getNotificationSetById(long notificationSetId) @Nullable NotificationSetNotificationDao.getNotificationSetForId(long notificationSetId) Retrieve notification set belonging to a specific id.@Nullable NotificationSetNotificationHibernateDao.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 cloningPlanNotificationManagerImpl.cloneNotificationSet(NotificationSet oldSet) voidNotificationManager.replaceNotificationRule(@NotNull NotificationSet notificationSet, long existingNotificationId, @NotNull NotificationRule newNotificationRule) Replaces a notification rule with the new definition.voidNotificationManagerImpl.replaceNotificationRule(@NotNull NotificationSet notificationSet, long existingNotificationId, @NotNull NotificationRule newNotificationRule) voidNotificationDao.saveNotificationSet(@NotNull NotificationSet notificationSet) Save new/existing notification set.voidNotificationHibernateDao.saveNotificationSet(@NotNull NotificationSet notificationSet) voidNotificationManager.saveNotificationSet(NotificationSet nSet) Saves a notification set without requiring a build.voidNotificationManagerImpl.saveNotificationSet(NotificationSet notificationSet) voidNotificationRule.setNotificationSet(NotificationSet notificationSet) voidNotificationRuleImpl.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 jakarta.persistence.metamodel.SingularAttribute<AbstractChain, NotificationSet> AbstractChain_.notificationSetMethods in com.atlassian.bamboo.plan that return NotificationSetModifier and TypeMethodDescriptionAbstractChain.getNotificationSet()final NotificationSetAbstractChain.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 TypeMethodDescriptionvoidAbstractChain.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