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 SummaryNested classes/interfaces inherited from interface com.google.gerrit.extensions.api.plugins.PluginApiPluginApi.NotImplemented
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
NotImplementedpublic NotImplemented()
 
- 
- 
Method Details- 
get- Specified by:
- getin interface- PluginApi
- Throws:
- RestApiException
 
- 
enable- Specified by:
- enablein interface- PluginApi
- Throws:
- RestApiException
 
- 
disable- Specified by:
- disablein interface- PluginApi
- Throws:
- RestApiException
 
- 
reload- Specified by:
- reloadin interface- PluginApi
- Throws:
- RestApiException
 
 
-