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.eventMethods in step.plugins.notification.event that return Notification Modifier and Type Method Description protected static NotificationNotificationEventType. createNotification(NotificationSubscription subscription, step.core.execution.ExecutionContext context)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)NotificationScheduledTaskAssertionsFailedEventType. 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 voidNotificationEventType. addNotificationBindingsForExecutionEvent(step.core.execution.ExecutionContext context, Notification notification)
- 
Uses of Notification in step.plugins.notification.gatewayMethods in step.plugins.notification.gateway with parameters of type Notification Modifier and Type Method Description voidCustomWebhookNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, Notification notification)voidEmailNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration_, Notification notification)abstract voidNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, Notification notification)voidNotificationGatewayManager. send(java.lang.String gatewayId, Notification notification)voidWebhookNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, Notification notification)protected java.lang.StringNotificationGateway. substituteVariables(java.lang.String template, Notification notification, boolean urlEncode)
 
-