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 classEmailNotificationGatewayclassWebhookNotificationGateway - 
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>EmailNotificationGatewayConfiguration. getGatewayClass()abstract java.lang.Class<? extends NotificationGateway>NotificationGatewayConfiguration. getGatewayClass()java.lang.Class<? extends NotificationGateway>WebhookNotificationGatewayConfiguration. getGatewayClass() 
 -