Class PluginInfo
java.lang.Object
com.xebialabs.xlrelease.osgi.api.plugins.PluginInfo
Plain, OSGi-exportable mirror of the plugin manager's
PluginDto JSON shape
({plugin, versions, metadata, hasLogo, status}), kept independent of PluginDto to
avoid exporting its Scala/xl-platform type graph to bundles. Built by PluginQueryApiImpl.-
Constructor Summary
ConstructorsConstructorDescriptionPluginInfo(PluginRef plugin, List<PluginVersionInfo> versions, PluginExtendedMetadata metadata, boolean hasLogo, String status) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
PluginInfo
public PluginInfo(PluginRef plugin, List<PluginVersionInfo> versions, PluginExtendedMetadata metadata, boolean hasLogo, String status)
-
-
Method Details
-
getPlugin
-
getVersions
-
getMetadata
-
isHasLogo
public boolean isHasLogo() -
getStatus
-