Make *Info classes in GetServerInfo movable to extension package
When we implement an API for the /config REST endpoints we need to
move the *Info classes that describe the JSON result into the
extension package. This is only possible when they do not depend on
Gerrit implementation classes. This is why their initialization
shouldn't be done in the constructors, but in the code that creates
the *Info instances.
Change-Id: Ia57f6e1a872d028efc2dfc6cce88f5b6aa9ffcbe
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
1 file changed