Class PluginApi.NotImplemented
- java.lang.Object
- 
- com.google.gerrit.extensions.api.plugins.PluginApi.NotImplemented
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.plugins.PluginApiPluginApi.NotImplemented
 
- 
 - 
Constructor SummaryConstructors Constructor Description NotImplemented()
 
- 
- 
- 
Method Detail- 
getpublic PluginInfo get() throws RestApiException - Specified by:
- getin interface- PluginApi
- Throws:
- RestApiException
 
 - 
enablepublic void enable() throws RestApiException- Specified by:
- enablein interface- PluginApi
- Throws:
- RestApiException
 
 - 
disablepublic void disable() throws RestApiException- Specified by:
- disablein interface- PluginApi
- Throws:
- RestApiException
 
 - 
reloadpublic void reload() throws RestApiException- Specified by:
- reloadin interface- PluginApi
- Throws:
- RestApiException
 
 
- 
 
-