public interface SaharaPluginService extends RestService
Modifier and Type | Method and Description |
---|---|
ClusterTemplate |
convertConfig(String name,
String version,
String templateName,
Payload<?> payload)
Convert plugin specific config file into cluster template
|
Plugin |
get(String name)
Get a plugin by name
|
Plugin |
get(String name,
String version)
Get a specific plugin with all details by name and version
|
List<? extends Plugin> |
list()
List all plugins
|
List<? extends Plugin> list()
Plugin get(String name)
name
- the plugin namePlugin get(String name, String version)
name
- the plugin nameversion
- the plugin versionClusterTemplate convertConfig(String name, String version, String templateName, Payload<?> payload)
name
- the plugin nameversion
- the plugin versiontemplateName
- the cluster template namepayload
- the config file for the specific pluginCopyright © 2017. All rights reserved.