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:
 getin interfacePluginApi- Throws:
 RestApiException
 - 
enable
- Specified by:
 enablein interfacePluginApi- Throws:
 RestApiException
 - 
disable
- Specified by:
 disablein interfacePluginApi- Throws:
 RestApiException
 - 
reload
- Specified by:
 reloadin interfacePluginApi- Throws:
 RestApiException
 
 -