Base class for defining the behavior between screwdriver and notifications plugins
npm install screwdriver-notifications-base
This is an interface for receiving Screwdriver API events and sending notification to users based on their job settings.
Notify the user based on their job settings, e.g. email, slack.
To extend the base class, the functions to override are:
_notify
events
(optional)
Override events
if you want to send notification based on other events.
npm test
Code licensed under the BSD 3-Clause license. See LICENSE file for terms.