| Package | Description |
|---|---|
| io.jenkins.tools.pluginmanager.config | |
| io.jenkins.tools.pluginmanager.impl |
| Modifier and Type | Method and Description |
|---|---|
List<Plugin> |
Config.getPlugins() |
| Modifier and Type | Method and Description |
|---|---|
Config.Builder |
Config.Builder.withPlugins(List<Plugin> plugins) |
| Modifier and Type | Method and Description |
|---|---|
List<Plugin> |
Plugin.getDependencies() |
List<Plugin> |
Plugin.getDependents() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PluginManager.downloadPlugin(Plugin plugin)
Downloads a plugin, skipping if already installed or bundled in the war.
|
boolean |
PluginManager.downloadToFile(String urlString,
Plugin plugin)
Downloads a plugin from a url
|
String |
PluginManager.getPluginDownloadUrl(Plugin plugin)
Determines the plugin download url.
|
void |
PluginManager.resolveDependencies(Plugin plugin)
Finds the dependencies for a plugin using the update center plugin-versions json.
|
void |
Plugin.setDependent(Plugin dependent) |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginManager.downloadPlugins(List<Plugin> plugins)
Downloads a list of plugins
|
void |
Plugin.setDependencies(List<Plugin> dependencies) |
Copyright © 2004–2019. All rights reserved.