public class GroupArtifactVersion extends Object
Constructor and Description |
---|
GroupArtifactVersion(String groupId,
String artifactId,
String version) |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
String |
getGroupId() |
String |
getSanitizedArtifactId()
ArtifactId is used for setting a resource name (service, pod,...) in Kubernetes resource.
|
String |
getVersion() |
boolean |
isSnapshot() |
public String getGroupId()
public String getArtifactId()
public String getVersion()
public boolean isSnapshot()
public String getSanitizedArtifactId()
Copyright © 2020. All rights reserved.