Uses of Class
org.sonar.updatecenter.common.Plugin
Packages that use Plugin
-
Uses of Plugin in org.sonar.updatecenter.common
Methods in org.sonar.updatecenter.common that return PluginModifier and TypeMethodDescriptionstatic PluginPluginReferential.findPlugin(String key) PluginUpdate.getPlugin()Plugin.merge(PluginManifest manifest) Plugin.setCategory(String category) Plugin.setDescription(String description) Plugin.setDevelopers(List developers) Plugin.setHomepageUrl(String url) Plugin.setIssueTrackerUrl(String url) Plugin.setLicense(String license) Plugin.setOrganization(String organization) Plugin.setOrganizationUrl(String url) Plugin.setSourcesUrl(String sourcesUrl) Plugin.setTermsConditionsUrl(String url) Methods in org.sonar.updatecenter.common that return types with arguments of type PluginModifier and TypeMethodDescriptionUpdateCenter.findAllCompatiblePlugins()Return all plugins with at least one version compatible with SQ.SonarUpdate.getCompatiblePlugins()SonarUpdate.getIncompatiblePlugins()PluginReferential.getLastMasterReleasePlugins()PluginReferential.getPlugins()Methods in org.sonar.updatecenter.common with parameters of type PluginModifier and TypeMethodDescriptionvoidSonarUpdate.addCompatiblePlugin(Plugin plugin) voidSonarUpdate.addIncompatiblePlugin(Plugin plugin) Method parameters in org.sonar.updatecenter.common with type arguments of type Plugin