Uses of Class
step.plugins.notification.gateway.NotificationGatewayManager
-
Packages that use NotificationGatewayManager Package Description step.plugins.notification -
-
Uses of NotificationGatewayManager in step.plugins.notification
Fields in step.plugins.notification declared as NotificationGatewayManager Modifier and Type Field Description protected NotificationGatewayManager
NotificationControllerPlugin. notificationGatewayManager
protected NotificationGatewayManager
NotificationEngine. notificationGatewayManager
Constructors in step.plugins.notification with parameters of type NotificationGatewayManager Constructor Description NotificationEngine(step.core.execution.model.ExecutionAccessor executionAccessor, step.core.accessors.Accessor<NotificationSubscription> notificationAccessor, NotificationGatewayManager notificationGatewayManager, MultitenancyManager multitenancyManager, step.core.repositories.RepositoryObjectManager repositoryObjectManager)
NotificationPlugin(NotificationGatewayManager notificationGatewayManager, NotificationEngine notificationEngine, SchedulerTaskAssertionsManager schedulerTaskAssertionsManager)
-