| 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 |
|---|---|
void |
Config.setPlugins(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) |
boolean |
PluginManager.downloadToFile(String urlString,
Plugin plugin) |
String |
PluginManager.getPluginDownloadUrl(Plugin plugin) |
void |
PluginManager.resolveDependencies(Plugin plugin) |
void |
Plugin.setDependent(Plugin dependent) |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginManager.downloadPlugins(List<Plugin> plugins) |
void |
Plugin.setDependencies(List<Plugin> dependencies) |
Copyright © 2004–2019. All rights reserved.