DefaultPluginVersionResolverpublic interface PluginVersionResolver
| Modifier and Type | Method | Description |
|---|---|---|
PluginVersionResult |
resolve(PluginVersionRequest request) |
Resolves the version for the specified request.
|
PluginVersionResult resolve(PluginVersionRequest request) throws PluginVersionResolutionException
request - The request that holds the details about the plugin and the repositories to consult, must not be
null.null.PluginVersionResolutionException - If the plugin version could not be resolved.