Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.maven.Metadata
-
Packages that use Metadata Package Description com.yahoo.vespa.hosted.controller.api.integration.maven com.yahoo.vespa.hosted.controller.api.integration.stubs No-dependency implementations of integration interfaces for setups where we want to avoid contacting certain thirds-party systems. -
-
Uses of Metadata in com.yahoo.vespa.hosted.controller.api.integration.maven
Methods in com.yahoo.vespa.hosted.controller.api.integration.maven that return Metadata Modifier and Type Method Description static MetadataMetadata. fromXml(String xml)Creates a new Metadata object from the given XML document.MetadataMavenRepository. metadata()Returns metadata about all releases of a specific artifact to this repository. -
Uses of Metadata in com.yahoo.vespa.hosted.controller.api.integration.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs that return Metadata Modifier and Type Method Description MetadataMockMavenRepository. metadata()
-