@Immutable public class Maven2ArtifactProperties extends AbstractPlanParticle
Modifier and Type | Class and Description |
---|---|
static class |
Maven2ArtifactProperties.Factory |
Constructor and Description |
---|
Maven2ArtifactProperties(String groupId,
String artifactId,
String version) |
Maven2ArtifactProperties(String groupId,
String artifactId,
String version,
String classifier,
String packaging) |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
String |
getClassifier() |
String |
getGroupId() |
String |
getPackaging() |
String |
getVersion() |
boolean |
isSnapshot() |
String |
toString() |
compareTo, equals, getKey, getNamespace, hashCode
public Maven2ArtifactProperties(String groupId, String artifactId, String version)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.