Uses of Class
step.plugins.notification.gateway.configuration.NotificationGatewayConfiguration
-
Packages that use NotificationGatewayConfiguration Package Description step.plugins.notification step.plugins.notification.gateway step.plugins.notification.gateway.configuration -
-
Uses of NotificationGatewayConfiguration in step.plugins.notification
Methods in step.plugins.notification that return NotificationGatewayConfiguration Modifier and Type Method Description NotificationGatewayConfiguration
NotificationServices. getNotificationGatewayConfiguration(java.lang.String id)
Methods in step.plugins.notification that return types with arguments of type NotificationGatewayConfiguration Modifier and Type Method Description java.util.List<NotificationGatewayConfiguration>
NotificationServices. getNotificationGatewayConfigurations()
Methods in step.plugins.notification with parameters of type NotificationGatewayConfiguration Modifier and Type Method Description void
NotificationServices. saveNotificationGatewayConfiguration(NotificationGatewayConfiguration gatewayConfiguration)
-
Uses of NotificationGatewayConfiguration in step.plugins.notification.gateway
Fields in step.plugins.notification.gateway with type parameters of type NotificationGatewayConfiguration Modifier and Type Field Description protected step.core.accessors.Accessor<NotificationGatewayConfiguration>
NotificationGatewayManager. gatewayConfigurationAccessor
Methods in step.plugins.notification.gateway with parameters of type NotificationGatewayConfiguration 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
WebhookNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, Notification notification)
Constructor parameters in step.plugins.notification.gateway with type arguments of type NotificationGatewayConfiguration Constructor Description NotificationGatewayManager(step.core.accessors.Accessor<NotificationGatewayConfiguration> gatewayConfigurationAccessor)
-
Uses of NotificationGatewayConfiguration in step.plugins.notification.gateway.configuration
Subclasses of NotificationGatewayConfiguration in step.plugins.notification.gateway.configuration Modifier and Type Class Description class
CustomWebhookNotificationGatewayConfiguration
class
EmailNotificationGatewayConfiguration
class
WebhookNotificationGatewayConfiguration
Constructor parameters in step.plugins.notification.gateway.configuration with type arguments of type NotificationGatewayConfiguration Constructor Description NotificationGatewayConfigurationAccessor(step.core.collections.Collection<NotificationGatewayConfiguration> collectionDriver)
-