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 void
CustomWebhookNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, Notification notification)
void
EmailNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration_, Notification notification)
abstract void
NotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, Notification notification)
void
NotificationGatewayManager. send(java.lang.String gatewayId, Notification notification)
void
WebhookNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, Notification notification)
-