Uses of Class
jenkins.ExtensionComponentSet
-
Packages that use ExtensionComponentSet Package Description hudson hudson.cli.declarative Code for supporting declarative CLI commands, which are annotated methods on model objects.jenkins -
-
Uses of ExtensionComponentSet in hudson
Methods in hudson that return ExtensionComponentSet Modifier and Type Method Description ExtensionComponentSet
ExtensionFinder.GuiceFinder. refresh()
The basic idea is: List up delta as a series of modulesabstract ExtensionComponentSet
ExtensionFinder. refresh()
Rebuilds the internal index, if any, so that futureExtensionFinder.find(Class, Hudson)
calls will discover components newly added toPluginManager.uberClassLoader
.ExtensionComponentSet
ExtensionFinder.Sezpoz. refresh()
Rebuilds the internal index, if any, so that futureExtensionFinder.find(Class, Hudson)
calls will discover components newly added toPluginManager.uberClassLoader
.Methods in hudson with parameters of type ExtensionComponentSet Modifier and Type Method 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 duringJenkins.refreshExtensions()
to add new components into existingExtensionList
s. -
Uses of ExtensionComponentSet in hudson.cli.declarative
Methods in hudson.cli.declarative that return ExtensionComponentSet Modifier and Type Method Description ExtensionComponentSet
CLIRegisterer. refresh()
-
Uses of ExtensionComponentSet in jenkins
Fields in jenkins declared as ExtensionComponentSet Modifier and Type Field Description static ExtensionComponentSet
ExtensionComponentSet. EMPTY
Constant that has zero component in it.Methods in jenkins that return ExtensionComponentSet Modifier and Type Method Description static ExtensionComponentSet
ExtensionComponentSet. allOf(ExtensionFinder f)
WrapsExtensionFinder
intoExtensionComponentSet
.ExtensionComponentSet
ExtensionComponentSet. filtered()
ApplyExtensionFilter
s 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)
Methods in jenkins with parameters of type ExtensionComponentSet Modifier and Type Method Description static ExtensionComponentSet
ExtensionComponentSet. union(ExtensionComponentSet... members)
Method parameters in jenkins with type arguments of type ExtensionComponentSet Modifier and Type Method Description static ExtensionComponentSet
ExtensionComponentSet. union(Collection<? extends ExtensionComponentSet> base)
Computes the union of all the given delta.
-