Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 2.13 KB

EiffelAnnouncementPublishedEvent.md

File metadata and controls

49 lines (39 loc) · 2.13 KB

EiffelAnnouncementPublishedEvent (AnnP)

The EiffelAnnouncementPublishedEvent represents an announcement, technically regarding any topic but typically used to communicate any incidents or status updates regarding the continuous integration and delivery pipeline. This information can then be favorably displayed in visualization and dashboarding applications.

Data Members

data.heading

Type: String
Required: Yes
Description: The heading of the announcement.

data.body

Type: String
Required: Yes
Description: The body of the announcement.

data.uri

Type: String
Required: No
Description: A URI where further information can be obtained, if applicable.

data.severity

Type: String
Required: Yes
Legal values: MINOR, MAJOR, CRITICAL, BLOCKER, CLOSED, CANCELED
Description: The severity of the announcement. The CLOSED and CANCELED values SHOULD only be used when following up a previous announcement, i.e. in conjunction with a MODIFIED_ANNOUNCEMENT link.

Version History

Version Introduced in Changes
1.0.0 edition-bordeaux Initial version.

Examples