Uses of Class
step.plugins.notification.gateway.NotificationGatewayException
-
Packages that use NotificationGatewayException Package Description step.plugins.notification.gateway -
-
Uses of NotificationGatewayException in step.plugins.notification.gateway
Methods in step.plugins.notification.gateway that throw NotificationGatewayException Modifier and Type Method Description NotificationMessage
EmailNotificationGateway. convertToMessage(Notification notification)
abstract NotificationMessage
NotificationGateway. convertToMessage(Notification notification)
NotificationMessage
WebhookNotificationGateway. convertToMessage(Notification notification)
void
EmailNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration_, NotificationMessage notificationMessage)
abstract void
NotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, NotificationMessage notificationMessage)
void
NotificationGatewayManager. send(java.lang.String gatewayId, Notification notification)
void
WebhookNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, NotificationMessage notificationMessage)
-