Uses of Class
org.togglz.slack.notification.Notification
-
Packages that use Notification Package Description org.togglz.slack.notification org.togglz.slack.sender -
-
Uses of Notification in org.togglz.slack.notification
Methods in org.togglz.slack.notification that return types with arguments of type Notification Modifier and Type Method Description List<Notification>NotificationComposer. compose(FeatureState state, List<String> channels) -
Uses of Notification in org.togglz.slack.sender
Methods in org.togglz.slack.sender with parameters of type Notification Modifier and Type Method Description voidAsyncNotifier. send(Notification notification)voidNotificationSender. send(Notification notification)voidNotifier. send(Notification notification)
-