Package org.togglz.slack.notification
Class NotificationComposer
- java.lang.Object
-
- org.togglz.slack.notification.NotificationComposer
-
public class NotificationComposer extends Object
-
-
Constructor Summary
Constructors Constructor Description NotificationComposer(NotificationConfiguration configuration, UserProvider userProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Notification>compose(FeatureState state, List<String> channels)
-
-
-
Constructor Detail
-
NotificationComposer
public NotificationComposer(NotificationConfiguration configuration, UserProvider userProvider)
-
-
Method Detail
-
compose
public List<Notification> compose(FeatureState state, List<String> channels)
-
-