The EiffelArtifactPublishedEvent declares that a software artifact (declared by EiffelArtifactCreatedEvent) has been published and is consequently available for retrieval at one or more locations.
Type: Object[]
Required: Yes
Description: A list of locations at which the artifact may be retrieved.
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.
Type: String
Required: Yes
Description: The URI at which the artifact can be retrieved.
Version | Introduced in | Changes |
---|---|---|
1.0.0 | edition-bordeaux | Initial version. |