Uses of Class
step.plugins.notification.NotificationSubscription
-
Packages that use NotificationSubscription Package Description step.plugins.notification step.plugins.notification.event -
-
Uses of NotificationSubscription in step.plugins.notification
Fields in step.plugins.notification with type parameters of type NotificationSubscription Modifier and Type Field Description protected step.core.accessors.Accessor<NotificationSubscription>
NotificationEngine. notificationAccessor
Methods in step.plugins.notification that return NotificationSubscription Modifier and Type Method Description protected NotificationSubscription
NotificationSubscriptionServices. beforeSave(NotificationSubscription subscription)
Methods in step.plugins.notification that return types with arguments of type NotificationSubscription Modifier and Type Method Description java.util.List<NotificationSubscription>
NotificationEngine. getNotificationSubscriptionsByPlan(step.core.repositories.RepositoryObjectReference planRef)
java.util.List<NotificationSubscription>
NotificationEngine. getNotificationSubscriptionsByPlan(step.core.repositories.RepositoryObjectReference planRef, step.core.objectenricher.ObjectPredicate objectPredicate)
java.util.List<NotificationSubscription>
NotificationSubscriptionServices. getNotificationSubscriptionsByPlanRef(step.core.repositories.RepositoryObjectReference planRef)
Methods in step.plugins.notification with parameters of type NotificationSubscription Modifier and Type Method Description protected NotificationSubscription
NotificationSubscriptionServices. beforeSave(NotificationSubscription subscription)
Constructor parameters in step.plugins.notification with type arguments of type NotificationSubscription Constructor Description NotificationEngine(step.core.execution.model.ExecutionAccessor executionAccessor, step.core.accessors.Accessor<NotificationSubscription> notificationAccessor, NotificationGatewayManager notificationGatewayManager, MultitenancyManager multitenancyManager, step.core.repositories.RepositoryObjectManager repositoryObjectManager)
NotificationSubscriptionAccessor(step.core.collections.Collection<NotificationSubscription> collectionDriver)
-
Uses of NotificationSubscription in step.plugins.notification.event
Methods in step.plugins.notification.event with parameters of type NotificationSubscription Modifier and Type Method Description protected void
NotificationEventType. buildWebhookNotificationMessage(ExecutionMessage executionMessage, NotificationSubscription subscription, step.core.execution.ExecutionContext context, java.lang.String eventType)
protected static Notification
NotificationEventType. createNotification(NotificationSubscription subscription, step.core.execution.ExecutionContext context)
protected static java.lang.String
NotificationEventType. getRecipientContext(NotificationSubscription subscription, step.core.execution.ExecutionContext context)
Notification
ExecutionEndedEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context)
Notification
ExecutionFailedEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context)
abstract Notification
NotificationEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context)
Notification
ScheduledTaskAssertionsFailedEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context)
-