Factory to create notification messages
Default DestinationFactory that would send every commit author a direct message in Slack / MS Teams.
Default NotificationFactory that sends messages with restart, start and approve buttons where appropriate.
Extension pack to send notifications on certain conditions. Recipients and notification messages can be customized by providing options with DestinationFactory and NotificationFactory.
GoalCompletionListener that delegates to the NotificationFactory and DestinationFactory to create notifications and send them out.
Generated using TypeDoc
Factory to create message destinations for goal notifications