Interface Plugins
public interface Plugins
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioninstall
(String name, InstallPluginInput input) install
(String name, InstallPluginInput input) Deprecated.list()
-
Method Details
-
list
- Throws:
RestApiException
-
name
- Throws:
RestApiException
-
install
@Deprecated @CanIgnoreReturnValue PluginApi install(String name, InstallPluginInput input) throws RestApiException Deprecated.- Throws:
RestApiException
-
install
@CanIgnoreReturnValue PluginApi install(String name, InstallPluginInput input) throws RestApiException - Throws:
RestApiException
-