Uses of Interface
step.plugins.notification.message.NotificationMessage
- 
Packages that use NotificationMessage Package Description step.plugins.notification.gateway step.plugins.notification.message.email step.plugins.notification.message.webhook  - 
- 
Uses of NotificationMessage in step.plugins.notification.gateway
Methods in step.plugins.notification.gateway that return NotificationMessage Modifier and Type Method Description NotificationMessageEmailNotificationGateway. convertToMessage(Notification notification)abstract NotificationMessageNotificationGateway. convertToMessage(Notification notification)NotificationMessageWebhookNotificationGateway. convertToMessage(Notification notification)Methods in step.plugins.notification.gateway with parameters of type NotificationMessage Modifier and Type Method Description voidEmailNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration_, NotificationMessage notificationMessage)abstract voidNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, NotificationMessage notificationMessage)voidWebhookNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, NotificationMessage notificationMessage) - 
Uses of NotificationMessage in step.plugins.notification.message.email
Classes in step.plugins.notification.message.email that implement NotificationMessage Modifier and Type Class Description classEmailMessage - 
Uses of NotificationMessage in step.plugins.notification.message.webhook
Classes in step.plugins.notification.message.webhook that implement NotificationMessage Modifier and Type Class Description classExecutionEndedMessageclassExecutionFailedMessageclassExecutionMessageclassWebhookMessage 
 -