com.atlassian.bamboo.notification
Class NotificationFactoryImpl
java.lang.Object
com.atlassian.bamboo.notification.NotificationFactoryImpl
- All Implemented Interfaces:
- NotificationFactory
public class NotificationFactoryImpl
- extends Object
- implements NotificationFactory
Provides instances of the Notification Transports with the required dependencies injected.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationFactoryImpl
public NotificationFactoryImpl()
getImTransport
public ImTransport getImTransport(String imAddress)
- Specified by:
getImTransport
in interface NotificationFactory
getTextEmailTransport
public TextEmailTransport getTextEmailTransport(String emailAddress)
- Specified by:
getTextEmailTransport
in interface NotificationFactory
getMultipartEmailTransport
public MultipartEmailTransport getMultipartEmailTransport(String emailAddress)
- Specified by:
getMultipartEmailTransport
in interface NotificationFactory
getUserRecipient
public UserRecipient getUserRecipient(String username)
- Specified by:
getUserRecipient
in interface NotificationFactory
setBambooSmackClient
public void setBambooSmackClient(BambooSmackClient bambooSmackClient)
setEventPublisher
public void setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher)
setBambooUserManager
public void setBambooUserManager(BambooUserManager bambooUserManager)
setTemplateRenderer
public void setTemplateRenderer(TemplateRenderer templateRenderer)
setPlanManager
public void setPlanManager(PlanManager planManager)
setAdministrationConfigurationAccessor
public void setAdministrationConfigurationAccessor(AdministrationConfigurationAccessor administrationConfigurationAccessor)
setNotificationFormatter
public void setNotificationFormatter(NotificationFormatter notificationFormatter)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.