Uses of Interface
com.atlassian.bamboo.notification.NotificationSet
-
-
Uses of NotificationSet in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains with parameters of type NotificationSet Modifier and Type Method Description void
Chain. setNotificationSet(NotificationSet notificationSet)
-
Uses of NotificationSet in com.atlassian.bamboo.configuration.external.exporters
Methods in com.atlassian.bamboo.configuration.external.exporters with parameters of type NotificationSet Modifier and Type Method Description @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 NotificationSet Modifier and Type Method Description NotificationSet
ConfigureEnvironmentNotifications. getExistingNotificationsSet()
-
Uses of NotificationSet in com.atlassian.bamboo.deployments.environments.persistence
Methods in com.atlassian.bamboo.deployments.environments.persistence that return NotificationSet Modifier and Type Method Description @NotNull NotificationSet
MutableEnvironment. getNotificationSet()
@NotNull NotificationSet
MutableEnvironmentImpl. getNotificationSet()
Methods in com.atlassian.bamboo.deployments.environments.persistence with parameters of type NotificationSet Modifier and Type Method Description void
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 NotificationSet Modifier and Type Method Description @Nullable NotificationSet
EnvironmentService. getNotificationSet(long environmentId)
Retrieve notification set for environment, if environment with id exists.NotificationSet
EnvironmentServiceImpl. getNotificationSet(long environmentId)
-
Uses of NotificationSet in com.atlassian.bamboo.migration.stream.notifications
Methods in com.atlassian.bamboo.migration.stream.notifications that return NotificationSet Modifier and Type Method Description protected @NotNull NotificationSet
NotificationSetMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream.notifications with parameters of type NotificationSet Modifier and Type Method Description protected 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 NotificationSet Modifier and Type Class Description class
NotificationSetImpl
Methods in com.atlassian.bamboo.notification that return NotificationSet Modifier and Type Method Description NotificationSet
NotificationManager. cloneNotificationSet(NotificationSet oldSet)
Clone notification set and rules for use when cloningPlan
NotificationSet
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()
NotificationSet
NotificationRule. getNotificationSet()
NotificationSet
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 NotificationSet Modifier and Type Method Description @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 NotificationSet Modifier and Type Method Description NotificationSet
NotificationManager. cloneNotificationSet(NotificationSet oldSet)
Clone notification set and rules for use when cloningPlan
NotificationSet
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 NotificationSet Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<AbstractChain,NotificationSet>
AbstractChain_. notificationSet
Methods in com.atlassian.bamboo.plan that return NotificationSet Modifier and Type Method Description NotificationSet
AbstractChain. getNotificationSet()
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 NotificationSet Modifier and Type Method Description void
AbstractChain. setNotificationSet(NotificationSet notificationSet)
-
Uses of NotificationSet in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch that return NotificationSet Modifier and Type Method Description NotificationSet
ChainBranchImpl. getNotificationSet()
-
Uses of NotificationSet in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return NotificationSet Modifier and Type Method Description NotificationSet
AbstractImmutableChain. getNotificationSet()
NotificationSet
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 Modifier and Type Method Description NotificationSet
ImportMavenPlanCreatePlanAction. getNotificationSet()
-