Allow to provide options in Checks#getCheck

This commits allow users to provide options, e.g.
"backfillCheck", when they call Checks#getCheck. By
doing this we could make #getCheck more powerful and
avoid doing those "backfill" logic the in the
"ChecksCollection", which is an API class.

Change-Id: Ief85d4b18559ed3b2712ed9b5fe556de3fbb298a
5 files changed
tree: e1c8545e6b63e17e9dde5b83ee2546ccf8cd92ad
  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.