Showcase of the non-Jar plugin providers cookbook.

Example on how to leverage the non-Jar Gerrit plugin
providers by defining new Gerrit SSH commands by
just dropping text files with .ssh under $GERRIT/plugins.

Once the cookbook plugin is loaded, just create a
file called hello.ssh under $GERRIT/plugins and
once Gerrit plugin list will be automatically rescanned
you will have:

a) A new plugin loaded called hello
b) A new SSH command available called “hello print”
c) The SSH command displays the content of hello.ssh file

The loading, updating and unloading of plugins is
completely dynamic and does not require any coding at all!

This command requires Gerrit with I6a64a3 merged.

Try to believe ;-)

Change-Id: I9808061af0d6cc2ada195bcbfdf48f49597d9a10
5 files changed
tree: c3d414ec99cf53a92679e13cc45731c51637bb5d
  1. lib/
  2. src/
  3. .buckconfig
  4. .gitignore
  5. BUCK
  6. LICENSE
  7. pom.xml