Uses of Class
org.sonar.server.plugins.PluginUpdate

Packages that use PluginUpdate
org.sonar.server.plugins   
 

Uses of PluginUpdate in org.sonar.server.plugins
 

Methods in org.sonar.server.plugins that return PluginUpdate
static PluginUpdate PluginUpdate.createForPluginRelease(org.sonar.updatecenter.common.Release pluginRelease, org.sonar.updatecenter.common.Version sonarVersion)
           
static PluginUpdate PluginUpdate.createWithStatus(org.sonar.updatecenter.common.Release pluginRelease, PluginUpdate.Status status)
           
 

Methods in org.sonar.server.plugins that return types with arguments of type PluginUpdate
 List<PluginUpdate> UpdateCenterMatrix.findAvailablePlugins()
           
 List<PluginUpdate> UpdateCenterMatrix.findPluginUpdates()
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.