Base class for defining the behavior between screwdriver and notifications plugins
npm install screwdriver-notifications-baseThis 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:
_notifyevents(optional)
Override events if you want to send notification based on other events.
npm testCode licensed under the BSD 3-Clause license. See LICENSE file for terms.