Package | Description |
---|---|
step.plugins.notification | |
step.plugins.notification.event |
Modifier and Type | Field and Description |
---|---|
protected step.core.accessors.CRUDAccessor<NotificationSubscription> |
NotificationEngine.notificationAccessor |
Modifier and Type | Method and Description |
---|---|
NotificationSubscription |
NotificationServices.getNotificationSubscription(String id) |
Modifier and Type | Method and Description |
---|---|
List<NotificationSubscription> |
NotificationEngine.getNotificationSubscriptionsByPlan(step.core.repositories.RepositoryObjectReference planRef) |
List<NotificationSubscription> |
NotificationServices.getNotificationSubscriptionsByPlanRef(step.core.repositories.RepositoryObjectReference planRef) |
Modifier and Type | Method and Description |
---|---|
void |
NotificationServices.saveNotificationSubscription(NotificationSubscription subscription) |
Constructor and Description |
---|
NotificationEngine(step.core.accessors.CRUDAccessor<NotificationSubscription> notificationAccessor,
NotificationGatewayManager notificationGatewayManager) |
Modifier and Type | Method and Description |
---|---|
abstract Notification |
NotificationEventType.handle(NotificationSubscription subscription,
step.core.execution.ExecutionContext context) |
Notification |
ExecutionFailedEventType.handle(NotificationSubscription subscription,
step.core.execution.ExecutionContext context) |
Notification |
ExecutionEndedEventType.handle(NotificationSubscription subscription,
step.core.execution.ExecutionContext context) |
Copyright © 2020. All rights reserved.