Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.8 KB

EiffelArtifactReusedEvent.md

File metadata and controls

31 lines (23 loc) · 1.8 KB

EiffelArtifactReusedEvent (ArtR)

The EiffelArtifactReusedEvent declares that an identified EiffelArtifactCreatedEvent has been reused for an identified EiffelCompositionDefinedEvent. This means that it is logically equivalent to an artifact that would have been built from that composition, and can be used for build avoidance (see the Build Avoidance Usage Example for more information).

The event has no data members, but solely relies on its two required link types REUSED_ARTIFACT and COMPOSITION (see The Links Object).

Data Members

Version History

Version Introduced in Changes
1.0.0 edition-bordeaux Initial version.

Examples