Uses of Class
step.plugins.notification.gateway.NotificationGateway
-
Packages that use NotificationGateway Package Description step.plugins.notification.gateway step.plugins.notification.gateway.configuration -
-
Uses of NotificationGateway in step.plugins.notification.gateway
Subclasses of NotificationGateway in step.plugins.notification.gateway Modifier and Type Class Description class
CustomWebhookNotificationGateway
class
EmailNotificationGateway
class
WebhookNotificationGateway
Methods in step.plugins.notification.gateway that return NotificationGateway Modifier and Type Method Description NotificationGateway
NotificationGatewayManager. registerNotificationGateway(NotificationGateway value)
Methods in step.plugins.notification.gateway with parameters of type NotificationGateway Modifier and Type Method Description NotificationGateway
NotificationGatewayManager. registerNotificationGateway(NotificationGateway value)
-
Uses of NotificationGateway in step.plugins.notification.gateway.configuration
Methods in step.plugins.notification.gateway.configuration that return types with arguments of type NotificationGateway Modifier and Type Method Description java.lang.Class<? extends NotificationGateway>
CustomWebhookNotificationGatewayConfiguration. getGatewayClass()
java.lang.Class<? extends NotificationGateway>
EmailNotificationGatewayConfiguration. getGatewayClass()
abstract java.lang.Class<? extends NotificationGateway>
NotificationGatewayConfiguration. getGatewayClass()
java.lang.Class<? extends NotificationGateway>
WebhookNotificationGatewayConfiguration. getGatewayClass()
-