screwdriver-notifications-base
v4.0.0
Published
Base class for defining the behavior between screwdriver and notifications plugins
Downloads
229
Readme
Notifications Base
Base class for defining the behavior between screwdriver and notifications plugins
Usage
npm install screwdriver-notifications-base
Interface
This is an interface for receiving Screwdriver API events and sending notification to users based on their job settings.
notify
Expected Outcome
Notify the user based on their job settings, e.g. email, slack.
Extending
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.
Testing
npm test
License
Code licensed under the BSD 3-Clause license. See LICENSE file for terms.