Uses of Interface
com.atlassian.bamboo.notification.NotificationFormatter
-
Packages that use NotificationFormatter Package Description com.atlassian.bamboo.notification com.atlassian.bamboo.notification.transports -
-
Uses of NotificationFormatter in com.atlassian.bamboo.notification
Classes in com.atlassian.bamboo.notification that implement NotificationFormatter Modifier and Type Class Description class
NotificationFormatterImpl
Methods in com.atlassian.bamboo.notification with parameters of type NotificationFormatter Modifier and Type Method Description void
NotificationFactoryImpl. setNotificationFormatter(NotificationFormatter notificationFormatter)
-
Uses of NotificationFormatter in com.atlassian.bamboo.notification.transports
Constructors in com.atlassian.bamboo.notification.transports with parameters of type NotificationFormatter Constructor Description MultipartEmailTransport(String emailAddress, com.atlassian.event.api.EventPublisher eventPublisher, NotificationFormatter notificationFormatter, AdministrationConfigurationAccessor administrationConfigurationAccessor)
-