Merge branch 'stable-3.0' into stable-3.1

* stable-3.0:
  Set version to 3.0.2
  Amend 'get' method adding Class type as parameter
  Ignore Eclipse IDE files

Change-Id: Icc7f62e11527a113e2ff5abfb408567446bb72e4
tree: 3a140bddc5b0753782040fb668e46c8b99f62012
  1. src/
  2. .gitignore
  3. BUILD
  4. Jenkinsfile
  5. LICENSE
  6. pom.xml
  7. README.md
README.md

Gerrit interface to a global-refdb

Global ref-database interface for use with Gerrit Code Review.

Enables the de-coupling between Gerrit, the multi-site plugin and the different implementations of a globally shared ref-database.

Design

The design for a global ref-db interface for Gerrit has been posted to the Gerrit Code Review project for review.