gerrit/gerrit-sshd
Shawn O. Pearce 8dba895ad6 Refactor ChangeHookRunner as an interface
This enables deciding at startup time if hooks will be supported,
and if not stub in a dummy implementation that does nothing. This
is mainly useful for my gerrit-review.googlesource.com environment
where the standard hook system of spawning an external program is
not supportable.

The factoring is a simple step towards a more pluggable event system.
Someone could implement a new version of ChangeHooks that uses a
Guice multibinding to dispatch these events to multiple instances
of the ChangeHooks API.

Change-Id: I6e9fba78f87d6e9ba8aaf80d386230334a492ea2
2012-01-23 11:28:48 -08:00
..
.settings Updating eclipse settings for 3.7 and m2e 1.0 2011-07-29 08:29:51 -07:00
src/main/java/com/google/gerrit/sshd Refactor ChangeHookRunner as an interface 2012-01-23 11:28:48 -08:00
.gitignore Add entries to .gitignore for m2e settings/preference files 2011-12-12 16:56:53 -06:00
pom.xml Change version to 2.2-SNAPSHOT 2011-05-31 10:30:57 -07:00