Uses of Class
step.plugins.notification.Notification
- 
Packages that use Notification Package Description step.plugins.notification.event step.plugins.notification.gateway  - 
- 
Uses of Notification in step.plugins.notification.event
Methods in step.plugins.notification.event that return Notification Modifier and Type Method Description NotificationExecutionEndedEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context)NotificationExecutionFailedEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context)abstract NotificationNotificationEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context) - 
Uses of Notification in step.plugins.notification.gateway
Methods in step.plugins.notification.gateway with parameters of type Notification Modifier and Type Method Description NotificationMessageEmailNotificationGateway. convertToMessage(Notification notification)abstract NotificationMessageNotificationGateway. convertToMessage(Notification notification)NotificationMessageWebhookNotificationGateway. convertToMessage(Notification notification)voidNotificationGatewayManager. send(java.lang.String gatewayId, Notification notification) 
 -