Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.maven.ArtifactId
-
Packages that use ArtifactId 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 ArtifactId in com.yahoo.vespa.hosted.controller.api.integration.maven
Methods in com.yahoo.vespa.hosted.controller.api.integration.maven that return ArtifactId Modifier and Type Method Description ArtifactIdMavenRepository. artifactId()Returns the id of the artifact whose releases this tracks.ArtifactIdMetadata. id()Id of the metadata this concerns.Constructors in com.yahoo.vespa.hosted.controller.api.integration.maven with parameters of type ArtifactId Constructor Description Metadata(ArtifactId id, java.util.List<com.yahoo.component.Version> versions) -
Uses of ArtifactId in com.yahoo.vespa.hosted.controller.api.integration.stubs
Fields in com.yahoo.vespa.hosted.controller.api.integration.stubs declared as ArtifactId Modifier and Type Field Description static ArtifactIdMockMavenRepository. idMethods in com.yahoo.vespa.hosted.controller.api.integration.stubs that return ArtifactId Modifier and Type Method Description ArtifactIdMockMavenRepository. artifactId()
-