Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.74 KB

EiffelCompositionDefinedEvent.md

File metadata and controls

38 lines (30 loc) · 1.74 KB

EiffelCompositionDefinedEvent (CD)

The EiffelCompositionDefinedEvent declares a composition of items (artifacts, sources and other compositions) has been defined, typically with the purpose of enabling further downstream artifacts to be generated.

Data Members

data.name

Type: String
Required: Yes
Description: The name of the composition.

data.version

Type: String
Required: No
Description: The version of the composition, if any. This is in a sense redundant, as relationships between compositions can be tracked via the PREVIOUS_VERSION link type, but can be used for improved clarity and semantics.

Version History

Version Introduced in Changes
1.0.0 edition-bordeaux Initial version.

Examples