Class SlackNotifier

  • All Implemented Interfaces:
    Notifier

    public class SlackNotifier
    extends java.lang.Object
    implements Notifier
    • Constructor Summary

      Constructors 
      Constructor Description
      SlackNotifier​(uk.co.ractf.polaris.api.notification.SlackWebhook slackWebhook)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void notify​(uk.co.ractf.polaris.api.notification.Notification notification)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SlackNotifier

        public SlackNotifier​(uk.co.ractf.polaris.api.notification.SlackWebhook slackWebhook)
    • Method Detail

      • notify

        public void notify​(uk.co.ractf.polaris.api.notification.Notification notification)
        Specified by:
        notify in interface Notifier