Class Metadata
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.maven.Metadata
Metadata about a released artifact.
- Author:
- jonmv
-
Constructor Summary
ConstructorsConstructorDescriptionMetadata(ArtifactId id, Instant lastUpdated, List<com.yahoo.component.Version> versions) -
Method Summary
-
Constructor Details
-
Metadata
-
-
Method Details
-
fromXml
Creates a new Metadata object from the given XML document. -
id
Id of the metadata this concerns. -
versions
List of available versions of this, sorted by ascending version order.
-