Package com.thepluginpeople.jemhod.api
Interface IMattermostNotificationUtils
public interface IMattermostNotificationUtils
Utility bean used to change Mattermost notification mapping and post function options at notification time.
-
Method Summary
Modifier and TypeMethodDescriptionvoidMarks the notification as inhibited so no message will be delivery.voidsetIncomingWebhookUrl(String incomingWebhookUrl) Changes the room where the notification will be dispatched by changing the incomingWebhookUrl
-
Method Details
-
inhibitNotification
void inhibitNotification()Marks the notification as inhibited so no message will be delivery. -
setIncomingWebhookUrl
Changes the room where the notification will be dispatched by changing the incomingWebhookUrl- Parameters:
incomingWebhookUrl- the incoming webhook.
-