Interface PluginQueryApi
public interface PluginQueryApi
Non-REST access to the plugin listings, returning plain
PluginInfo rows instead of a
JAX-RS Response, for callers such as OSGi-bundled MCP tools. Lives in this dedicated
.api package so exporting it to bundles exposes only bridged interfaces, not the OSGi
runtime internals in com.xebialabs.xlrelease.osgi.-
Method Summary
-
Method Details
-
listInstalledPlugins
List<PluginInfo> listInstalledPlugins() -
searchPlugins
-