toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ComponentType.build:
      return 'BUILD';
    case ComponentType.test:
      return 'TEST';
  }
}