Class PluginApi.NotImplemented
java.lang.Object
com.google.gerrit.extensions.api.plugins.PluginApi.NotImplemented
- All Implemented Interfaces:
PluginApi
- Enclosing interface:
- PluginApi
A default implementation which allows source compatibility when adding new methods to the
interface.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.plugins.PluginApi
PluginApi.NotImplemented
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NotImplemented
public NotImplemented()
-
-
Method Details
-
get
- Specified by:
get
in interfacePluginApi
- Throws:
RestApiException
-
enable
- Specified by:
enable
in interfacePluginApi
- Throws:
RestApiException
-
disable
- Specified by:
disable
in interfacePluginApi
- Throws:
RestApiException
-
reload
- Specified by:
reload
in interfacePluginApi
- Throws:
RestApiException
-