Class CustomWebhookNotificationGateway
- java.lang.Object
-
- step.plugins.notification.gateway.NotificationGateway
-
- step.plugins.notification.gateway.CustomWebhookNotificationGateway
-
public class CustomWebhookNotificationGateway extends NotificationGateway
-
-
Constructor Summary
Constructors Constructor Description CustomWebhookNotificationGateway()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
send(NotificationGatewayConfiguration gatewayConfiguration, Notification notification)
-
Methods inherited from class step.plugins.notification.gateway.NotificationGateway
substituteVariables
-
-
-
-
Method Detail
-
send
public void send(NotificationGatewayConfiguration gatewayConfiguration, Notification notification) throws NotificationGatewayException
- Specified by:
send
in classNotificationGateway
- Throws:
NotificationGatewayException
-
-