Interface Plugins
-
- All Known Implementing Classes:
Plugins.NotImplemented
public interface Plugins
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Plugins.ListRequest
static class
Plugins.NotImplemented
A 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 PluginApi
install(String name, InstallPluginInput input)
PluginApi
install(String name, InstallPluginInput input)
Deprecated.Plugins.ListRequest
list()
PluginApi
name(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
-
-