The various event types to listen to. Each category of
events provides different parameters which can be used to configure
the announcer. These parameters are:
All Events
- eventType: this is the event type
JOB_ events
- run: this is a Jenkins run object
(javadoc)
- job: this is a Jenkins job object
(javadoc)
- scm: this is a convenience wrapper that allows direct access to the
scm events revolving around the event. It has the following keys:
- changeSets: A changeLogSet object
(javadoc)
- commitDescriptions: A convenience method that returns a list of "{author}: {message} ({id})" formatted strings.
- authors: this is a set of authors who have performed the commits.