public class ArtifactJson extends Object
| Constructor and Description |
|---|
ArtifactJson() |
ArtifactJson(org.apache.maven.artifact.Artifact artifact) |
ArtifactJson(String groupId,
String artifactId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getKey() |
int |
hashCode() |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
String |
toString() |
public ArtifactJson()
public ArtifactJson(org.apache.maven.artifact.Artifact artifact)
Copyright © 2019 Atlassian. All rights reserved.