toValue method

String toValue()

Implementation

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