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 Notification
ExecutionEndedEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context, MultitenancyManager multitenancyManager)
Notification
ExecutionFailedEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context, MultitenancyManager multitenancyManager)
abstract Notification
NotificationEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context, MultitenancyManager multitenancyManager)
-
Uses of Notification in step.plugins.notification.gateway
Methods in step.plugins.notification.gateway with parameters of type Notification Modifier and Type Method Description NotificationMessage
EmailNotificationGateway. convertToMessage(Notification notification)
abstract NotificationMessage
NotificationGateway. convertToMessage(Notification notification)
NotificationMessage
WebhookNotificationGateway. convertToMessage(Notification notification)
void
NotificationGatewayManager. send(java.lang.String gatewayId, Notification notification)
-