| Package | Description |
|---|---|
| hudson | |
| hudson.cli.declarative |
Code for supporting declarative CLI commands, which are annotated methods on model objects.
|
| jenkins |
| Modifier and Type | Method and Description |
|---|---|
abstract ExtensionComponentSet |
ExtensionFinder.refresh()
Rebuilds the internal index, if any, so that future
ExtensionFinder.find(Class, Hudson) calls
will discover components newly added to PluginManager.uberClassLoader. |
ExtensionComponentSet |
ExtensionFinder.GuiceFinder.refresh()
The basic idea is:
List up delta as a series of modules
|
ExtensionComponentSet |
ExtensionFinder.Sezpoz.refresh()
Rebuilds the internal index, if any, so that future
ExtensionFinder.find(Class, Hudson) calls
will discover components newly added to PluginManager.uberClassLoader. |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ExtensionComponent<D>> |
DescriptorExtensionList.load(ExtensionComponentSet delta) |
protected Collection<ExtensionComponent<T>> |
ExtensionList.load(ExtensionComponentSet delta)
Picks up extensions that we care from the given list.
|
void |
ExtensionList.refresh(ExtensionComponentSet delta)
Used during
Jenkins.refreshExtensions() to add new components into existing ExtensionLists. |
| Modifier and Type | Method and Description |
|---|---|
ExtensionComponentSet |
CLIRegisterer.refresh() |
| Modifier and Type | Field and Description |
|---|---|
static ExtensionComponentSet |
ExtensionComponentSet.EMPTY
Constant that has zero component in it.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtensionComponentSet |
ExtensionComponentSet.allOf(ExtensionFinder f)
Wraps
ExtensionFinder into ExtensionComponentSet. |
ExtensionComponentSet |
ExtensionComponentSet.filtered()
Apply
ExtensionFilters and returns a filtered set. |
static ExtensionComponentSet |
ExtensionComponentSet.union(Collection<? extends ExtensionComponentSet> base)
Computes the union of all the given delta.
|
static ExtensionComponentSet |
ExtensionComponentSet.union(ExtensionComponentSet... members) |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionComponentSet |
ExtensionComponentSet.union(ExtensionComponentSet... members) |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionComponentSet |
ExtensionComponentSet.union(Collection<? extends ExtensionComponentSet> base)
Computes the union of all the given delta.
|
Copyright © 2019. All rights reserved.