public interface Plugins
| Modifier and Type | Interface and Description |
|---|---|
static class |
Plugins.ListRequest |
static class |
Plugins.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
| Modifier and Type | Method and Description |
|---|---|
PluginApi |
install(String name,
InstallPluginInput input)
Deprecated.
|
PluginApi |
install(String name,
InstallPluginInput input) |
Plugins.ListRequest |
list() |
PluginApi |
name(String name) |
Plugins.ListRequest list() throws RestApiException
RestApiExceptionPluginApi name(String name) throws RestApiException
RestApiException@Deprecated PluginApi install(String name, InstallPluginInput input) throws RestApiException
RestApiExceptionPluginApi install(String name, InstallPluginInput input) throws RestApiException
RestApiException