@PublicApi
public interface NotificationFactory
Modifier and Type | Method and Description |
---|---|
ImTransport |
getImTransport(String imAddress) |
MultipartEmailTransport |
getMultipartEmailTransport(String emailAddress) |
TextEmailTransport |
getTextEmailTransport(String emailAddress) |
UserRecipient |
getUserRecipient(String username) |
ImTransport getImTransport(String imAddress)
TextEmailTransport getTextEmailTransport(String emailAddress)
MultipartEmailTransport getMultipartEmailTransport(String emailAddress)
UserRecipient getUserRecipient(String username)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.