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. notificationAccessorMethods in step.plugins.notification that return NotificationSubscription Modifier and Type Method Description NotificationSubscriptionNotificationServices. getNotificationSubscription(java.lang.String id)Methods in step.plugins.notification that return types with arguments of type NotificationSubscription Modifier and Type Method Description java.util.List<NotificationSubscription>NotificationServices. getAll(java.lang.Integer skip, java.lang.Integer limit)java.util.List<NotificationSubscription>NotificationEngine. getNotificationSubscriptionsByPlan(step.core.repositories.RepositoryObjectReference planRef)java.util.List<NotificationSubscription>NotificationServices. getNotificationSubscriptionsByPlanRef(step.core.repositories.RepositoryObjectReference planRef)Methods in step.plugins.notification with parameters of type NotificationSubscription Modifier and Type Method Description voidNotificationServices. saveNotificationSubscription(NotificationSubscription subscription)Constructor parameters in step.plugins.notification with type arguments of type NotificationSubscription Constructor Description NotificationEngine(step.core.accessors.Accessor<NotificationSubscription> notificationAccessor, NotificationGatewayManager notificationGatewayManager)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 NotificationExecutionEndedEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context)NotificationExecutionFailedEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context)abstract NotificationNotificationEventType. handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context)
-