toValue method
Implementation
String toValue() {
switch (this) {
case ArtifactNamespace.none:
return 'NONE';
case ArtifactNamespace.buildId:
return 'BUILD_ID';
}
}
String toValue() {
switch (this) {
case ArtifactNamespace.none:
return 'NONE';
case ArtifactNamespace.buildId:
return 'BUILD_ID';
}
}