Interface Plugins
- 
- All Known Implementing Classes:
- Plugins.NotImplemented
 
 public interface Plugins
- 
- 
Nested Class SummaryNested 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 SummaryAll 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- 
listPlugins.ListRequest list() throws RestApiException - Throws:
- RestApiException
 
 - 
namePluginApi name(String name) throws RestApiException - Throws:
- RestApiException
 
 - 
install@Deprecated PluginApi install(String name, InstallPluginInput input) throws RestApiException Deprecated.- Throws:
- RestApiException
 
 - 
installPluginApi install(String name, InstallPluginInput input) throws RestApiException - Throws:
- RestApiException
 
 
- 
 
-