Interface Plugins
- All Known Implementing Classes:
 Plugins.NotImplemented
public interface Plugins
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classA default implementation which allows source compatibility when adding new methods to the interface. - 
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
 
 -