Class Config.NotImplemented

java.lang.Object
com.google.gerrit.extensions.api.config.Config.NotImplemented
All Implemented Interfaces:
Config
Enclosing interface:
Config

public static class Config.NotImplemented extends Object implements Config
A default implementation which allows source compatibility when adding new methods to the interface.
  • Constructor Details

    • NotImplemented

      public NotImplemented()
  • Method Details

    • server

      public Server server()
      Description copied from interface: Config
      Returns an API for getting server related configurations.
      Specified by:
      server in interface Config