Package org.sonar.updatecenter.common
Class PluginReferential
java.lang.Object
org.sonar.updatecenter.common.PluginReferential
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddOutgoingDependency(Release release, String requiredPluginReleaseKey, String requiredMinimumReleaseVersion) static PluginReferentialstatic PluginReferentialbooleandoesContainPlugin(String key) booleandoesContainRelease(String key, Version version) findLastReleasesWithDependencies(String pluginKey) findPlugin(String key)
-
Method Details
-
create
-
createEmpty
-
getLastMasterReleasePlugins
- Returns:
- the list of plugins where last releases is master releases
-
getPlugins
-
findPlugin
- Throws:
NoSuchElementException- if plugin could not be found
-
doesContainPlugin
-
doesContainRelease
-
findLastReleasesWithDependencies
-
addOutgoingDependency
-