public class ArtifactUtils extends Object
| Constructor and Description |
|---|
ArtifactUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
artifactFullName(String workspace,
String name,
String version)
Creates standard full name of the artifact in form 'workspace/name:version'.
|
public static String artifactFullName(String workspace, String name, String version)
workspace - the Comet workspace.name - the name of the artifact.version - the version of the artifact.Copyright © 2022. All rights reserved.