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 NotificationMessage
EmailNotificationGateway. convertToMessage(Notification notification)
abstract NotificationMessage
NotificationGateway. convertToMessage(Notification notification)
NotificationMessage
WebhookNotificationGateway. convertToMessage(Notification notification)
Methods in step.plugins.notification.gateway with parameters of type NotificationMessage Modifier and Type Method Description void
EmailNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration_, NotificationMessage notificationMessage)
abstract void
NotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, NotificationMessage notificationMessage)
void
WebhookNotificationGateway. 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 class
EmailMessage
-
Uses of NotificationMessage in step.plugins.notification.message.webhook
Classes in step.plugins.notification.message.webhook that implement NotificationMessage Modifier and Type Class Description class
ExecutionEndedMessage
class
ExecutionFailedMessage
class
ExecutionMessage
class
WebhookMessage
-