Allow to provide options in Checks#getChecks

This commits allow users to provide an option, i.e.
"backfillChecks", when they call Checks#getChecks. By
doing this we could move those "backfill" related
code from "ListChecks" API to "NoteDbChecks", which
is an internal implementation and easier to share
with other internal code.

Change-Id: Ia4d4334eb33e4e95b946853a2a5fd1e448fd7c94
3 files changed
tree: e7a17214275c3d9f115bf2872579e74c4c9374e3
  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.