public class NotificationEngine extends Object
| Modifier and Type | Field and Description | 
|---|---|
static org.slf4j.Logger | 
logger  | 
protected step.core.accessors.CRUDAccessor<NotificationSubscription> | 
notificationAccessor  | 
protected NotificationGatewayManager | 
notificationGatewayManager  | 
| Constructor and Description | 
|---|
NotificationEngine(step.core.accessors.CRUDAccessor<NotificationSubscription> notificationAccessor,
                  NotificationGatewayManager notificationGatewayManager)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<NotificationSubscription> | 
getNotificationSubscriptionsByPlan(step.core.repositories.RepositoryObjectReference planRef)  | 
void | 
onTestEnd(step.core.execution.ExecutionContext executionContext)  | 
public static final org.slf4j.Logger logger
protected final step.core.accessors.CRUDAccessor<NotificationSubscription> notificationAccessor
protected final NotificationGatewayManager notificationGatewayManager
public NotificationEngine(step.core.accessors.CRUDAccessor<NotificationSubscription> notificationAccessor, NotificationGatewayManager notificationGatewayManager)
public void onTestEnd(step.core.execution.ExecutionContext executionContext)
public List<NotificationSubscription> getNotificationSubscriptionsByPlan(step.core.repositories.RepositoryObjectReference planRef)
Copyright © 2020. All rights reserved.