Package org.togglz.slack.sender
Class Notifier
- java.lang.Object
-
- org.togglz.slack.sender.Notifier
-
- All Implemented Interfaces:
NotificationSender
public class Notifier extends Object implements NotificationSender
For documentation see https://api.slack.com/incoming-webhooks
-
-
Constructor Detail
-
Notifier
public Notifier(String slackHookUrl)
-
-
Method Detail
-
send
public void send(Notification notification)
- Specified by:
sendin interfaceNotificationSender
-
-