HookQueue: Rename constructor 'queue' argument to avoid confusion

The `queue` argument gets assigned to the `workQueue` member, but
there is also a `queue` member.

Rename the argument to `workQueue` to match the member that it gets
assigned to, and prevent possible confusion with the other.

Change-Id: I3fc278e096028f06f0f91b5551e6e435c66fff93
1 file changed
tree: b060d3850f32ead980b7bbde7ceb50458988ca91
  1. src/
  2. .gitignore
  3. BUILD
  4. LICENSE
  5. README.md
README.md

Hooks plugin

Gerrit does not support the standard server-side git hooks in the repositories it manages.

This plugin adds support for custom hooks that can be run instead. Refer to the configuration documentation and list of supported hooks for details.