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.PluginApi
PluginApi.NotImplemented
-
-
Constructor Summary
Constructors Constructor Description NotImplemented()
-
-
-
Method Detail
-
get
public PluginInfo get() throws RestApiException
- Specified by:
get
in interfacePluginApi
- Throws:
RestApiException
-
enable
public void enable() throws RestApiException
- Specified by:
enable
in interfacePluginApi
- Throws:
RestApiException
-
disable
public void disable() throws RestApiException
- Specified by:
disable
in interfacePluginApi
- Throws:
RestApiException
-
reload
public void reload() throws RestApiException
- Specified by:
reload
in interfacePluginApi
- Throws:
RestApiException
-
-