Support unsetting check URLs

Setting a check URL to an empty string should unset the check URL.
That's what we do for checker URLs too.

Also make the population of CheckUpdate in PostCheck consistent with how
CheckerUpdate is populated in UpdateChecker. This makes a bunch of
methods in CheckUpdate unneeded.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I17ab403ce55e146f66af1f89f14fd100c9c78c0e
6 files changed
tree: 52382a9bf6218bdc5939bb862ae6c41419770594
  1. gr-checks/
  2. java/
  3. javatests/
  4. src/
  5. BUILD
  6. LICENSE
  7. 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.