Class ArtifactId
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.maven.ArtifactId
-
public class ArtifactId extends java.lang.ObjectIdentifier for an artifact.- Author:
- jonmv
-
-
Constructor Summary
Constructors Constructor Description ArtifactId(java.lang.String groupId, java.lang.String artifactId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringartifactId()Artifact ID of this.java.lang.StringgroupId()Group ID of this.
-