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(java.lang.String name,
InstallPluginInput input)
Deprecated.
|
PluginApi |
install(java.lang.String name,
InstallPluginInput input) |
Plugins.ListRequest |
list() |
PluginApi |
name(java.lang.String name) |
Plugins.ListRequest list() throws RestApiException
RestApiException
PluginApi name(java.lang.String name) throws RestApiException
RestApiException
@Deprecated PluginApi install(java.lang.String name, InstallPluginInput input) throws RestApiException
RestApiException
PluginApi install(java.lang.String name, InstallPluginInput input) throws RestApiException
RestApiException