Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 2.24 KB

EiffelArtifactPublishedEvent.md

File metadata and controls

48 lines (39 loc) · 2.24 KB

EiffelArtifactPublishedEvent (ArtP)

The EiffelArtifactPublishedEvent declares that a software artifact (declared by EiffelArtifactCreatedEvent) has been published and is consequently available for retrieval at one or more locations.

Data Members

data.locations

Type: Object[]
Required: Yes
Description: A list of locations at which the artifact may be retrieved.

data.locations.type

Type: String
Required: Yes
Legal values: ARTIFACTORY, NEXUS, PLAIN, OTHER
Description: The type of location. May be used by (automated) readers to understand the method of retrieval, particularly with regards to authentication.
ARTIFACTORY signifies an Artifactory
NEXUS signifies a Nexus
PLAIN signifies a plain HTTP GET request.
OTHER signifies other methods of retrieval. Note that using this type likely requires some foreknowledge on part of the reader in order to fetch the artifact.

data.locations.uri

Type: String
Required: Yes
Description: The URI at which the artifact can be retrieved.

Version History

Version Introduced in Changes
1.0.0 edition-bordeaux Initial version.

Examples