Class SlackWebhook
- java.lang.Object
-
- uk.co.ractf.polaris.api.common.JsonRepresentable
-
- uk.co.ractf.polaris.api.notification.NotificationReceiver
-
- uk.co.ractf.polaris.api.notification.SlackWebhook
-
public class SlackWebhook extends NotificationReceiver
-
-
Constructor Summary
Constructors Constructor Description SlackWebhook(NamespacedId id, NotificationLevel minimumLevel, boolean system, boolean global, java.lang.String webhookUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getWebhookUrl()
-
Methods inherited from class uk.co.ractf.polaris.api.notification.NotificationReceiver
getId, getMinimumLevel, isGlobal, isSystem
-
Methods inherited from class uk.co.ractf.polaris.api.common.JsonRepresentable
parse, toJsonString
-
-
-
-
Constructor Detail
-
SlackWebhook
public SlackWebhook(NamespacedId id, NotificationLevel minimumLevel, boolean system, boolean global, java.lang.String webhookUrl)
-
-