public class WebhookManager extends Object
Constructor and Description |
---|
WebhookManager() |
Modifier and Type | Method and Description |
---|---|
static void |
addToQueue(WebhookMessage msg) |
static List<Webhook> |
getWebhooks() |
static void |
init() |
static boolean |
isEnabled() |
static void |
send(WebhookMessage msg) |
public static void init()
public static void send(WebhookMessage msg)
public static void addToQueue(WebhookMessage msg)
public static boolean isEnabled()