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
EmailNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration_, NotificationMessage notificationMessage)
abstract void
NotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, NotificationMessage notificationMessage)
void
WebhookNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, NotificationMessage notificationMessage)
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
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)
-