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 protected static Notification
NotificationEventType. createNotification(NotificationSubscription subscription, step.core.execution.ExecutionContext context)
Notification
ExecutionEndedEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context)
Notification
ExecutionFailedEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context)
abstract Notification
NotificationEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context)
Notification
ScheduledTaskAssertionsFailedEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context)
Methods in step.plugins.notification.event with parameters of type Notification Modifier and Type Method Description protected void
NotificationEventType. addNotificationBindingsForExecutionEvent(step.core.execution.ExecutionContext context, Notification notification)
-
Uses of Notification in step.plugins.notification.gateway
Methods in step.plugins.notification.gateway with parameters of type Notification Modifier and Type Method Description void
CustomWebhookNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, Notification notification)
void
EmailNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration_, Notification notification)
abstract void
NotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, Notification notification)
void
NotificationGatewayManager. send(java.lang.String gatewayId, Notification notification)
void
WebhookNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, Notification notification)
protected java.lang.String
NotificationGateway. substituteVariables(java.lang.String template, Notification notification, boolean urlEncode)
-