Uses of Class
step.plugins.notification.Recipient
-
Packages that use Recipient Package Description step.plugins.notification -
-
Uses of Recipient in step.plugins.notification
Fields in step.plugins.notification declared as Recipient Modifier and Type Field Description protected Recipient
NotificationSubscription. recipient
Methods in step.plugins.notification that return Recipient Modifier and Type Method Description Recipient
NotificationSubscription. getRecipient()
Methods in step.plugins.notification with parameters of type Recipient Modifier and Type Method Description void
NotificationSubscription. setRecipient(Recipient recipient)
Constructors in step.plugins.notification with parameters of type Recipient Constructor Description NotificationSubscription(step.core.repositories.RepositoryObjectReference planReference, java.lang.Class<? extends NotificationEventType> eventType, Recipient recipient)
NotificationSubscription(step.core.repositories.RepositoryObjectReference planReference, java.lang.Class<? extends NotificationEventType> eventType, Recipient recipient, java.lang.String remoteCachedPlanName)
-