| Package | Description |
|---|---|
| io.jenkins.tools.warpackager.lib.model.bom | |
| io.jenkins.tools.warpackager.lib.util |
| Modifier and Type | Method and Description |
|---|---|
ComponentReference |
Specification.getCore() |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentReference> |
Specification.getComponents() |
List<ComponentReference> |
Environment.getComponents() |
List<ComponentReference> |
Specification.getPlugins() |
List<ComponentReference> |
Environment.getPlugins() |
| Modifier and Type | Method and Description |
|---|---|
void |
Specification.setCore(ComponentReference core) |
| Modifier and Type | Method and Description |
|---|---|
void |
Specification.setComponents(List<ComponentReference> components) |
void |
Environment.setComponents(List<ComponentReference> components) |
void |
Specification.setPlugins(List<ComponentReference> plugins) |
void |
Environment.setPlugins(List<ComponentReference> plugins) |
| Modifier and Type | Method and Description |
|---|---|
static ComponentReference |
SimpleManifest.readPluginManifest(File sourceHPI) |
Copyright © 2004–2018. All rights reserved.