Interface IMattermostNotificationUtils


public interface IMattermostNotificationUtils
Utility bean used to change Mattermost notification mapping and post function options at notification time.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Marks the notification as inhibited so no message will be delivery.
    void
    setIncomingWebhookUrl(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

      void setIncomingWebhookUrl(String incomingWebhookUrl)
      Changes the room where the notification will be dispatched by changing the incomingWebhookUrl
      Parameters:
      incomingWebhookUrl - the incoming webhook.