Uses of Class
org.togglz.slack.config.NotificationConfiguration
-
Packages that use NotificationConfiguration Package Description org.togglz.slack org.togglz.slack.config org.togglz.slack.notification -
-
Uses of NotificationConfiguration in org.togglz.slack
Constructors in org.togglz.slack with parameters of type NotificationConfiguration Constructor Description SlackStateRepository(StateRepository wrappedRepository, NotificationConfiguration configuration)SlackStateRepository(StateRepository wrappedRepository, NotificationConfiguration configuration, UserProvider userProvider)Main constructor. -
Uses of NotificationConfiguration in org.togglz.slack.config
Methods in org.togglz.slack.config that return NotificationConfiguration Modifier and Type Method Description NotificationConfigurationNotificationConfigurationBuilder. build() -
Uses of NotificationConfiguration in org.togglz.slack.notification
Constructors in org.togglz.slack.notification with parameters of type NotificationConfiguration Constructor Description NotificationComposer(NotificationConfiguration configuration, UserProvider userProvider)
-