com.atlassian.bamboo.notification
Interface NotificationFactory
- All Known Implementing Classes:
- NotificationFactoryImpl
public interface NotificationFactory
Provides instances of the Notification Transports with the required dependencies injected.
getImTransport
ImTransport getImTransport(java.lang.String imAddress)
getTextEmailTransport
TextEmailTransport getTextEmailTransport(java.lang.String emailAddress)
getMultipartEmailTransport
MultipartEmailTransport getMultipartEmailTransport(java.lang.String emailAddress)
getUserRecipient
UserRecipient getUserRecipient(java.lang.String username)
Copyright © 2012 Atlassian. All Rights Reserved.