Add CheckerUuid#get() to get the checker UUID as String

At the moment we use CheckerUuid#toString() however having an explicit
get() method seems more consistent with how we unwrap other objects
(e.g. Project.NameKey#get() to get the project name as String).

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I2ea7c563eaa0efd2b07aa39ff5b978ac13efa4d1
23 files changed
tree: e00da3ec9fe22c2ad355e5442de37033ad65a908
  1. java/
  2. javatests/
  3. src/
  4. BUILD
  5. LICENSE
  6. README.md
README.md

Gerrit Code Review Checks Plugin

This plugin provides a unified experience for checkers (CI systems, static analyzers, etc.) to integrate with Gerrit Code Review.