Interface Plugins
-
- All Known Implementing Classes:
Plugins.NotImplemented
public interface Plugins
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPlugins.ListRequeststatic classPlugins.NotImplementedA default implementation which allows source compatibility when adding new methods to the interface.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description PluginApiinstall(String name, InstallPluginInput input)PluginApiinstall(String name, InstallPluginInput input)Deprecated.Plugins.ListRequestlist()PluginApiname(String name)
-
-
-
Method Detail
-
list
Plugins.ListRequest list() throws RestApiException
- Throws:
RestApiException
-
name
PluginApi name(String name) throws RestApiException
- Throws:
RestApiException
-
install
@Deprecated PluginApi install(String name, InstallPluginInput input) throws RestApiException
Deprecated.- Throws:
RestApiException
-
install
PluginApi install(String name, InstallPluginInput input) throws RestApiException
- Throws:
RestApiException
-
-