Uses of Class
jenkins.ExtensionComponentSet
Packages that use ExtensionComponentSet
Package
Description
Code for supporting declarative CLI commands, which are annotated methods on model objects.
-
Uses of ExtensionComponentSet in hudson
Methods in hudson that return ExtensionComponentSetModifier and TypeMethodDescriptionExtensionFinder.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
.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 ExtensionComponentSetModifier and TypeMethodDescriptionprotected 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 -
Uses of ExtensionComponentSet in jenkins
Fields in jenkins declared as ExtensionComponentSetModifier and TypeFieldDescriptionstatic final ExtensionComponentSet
ExtensionComponentSet.EMPTY
Constant that has zero component in it.Methods in jenkins that return ExtensionComponentSetModifier and TypeMethodDescriptionstatic ExtensionComponentSet
ExtensionComponentSet.allOf
(ExtensionFinder f) WrapsExtensionFinder
intoExtensionComponentSet
.final 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 ExtensionComponentSetModifier and TypeMethodDescriptionstatic ExtensionComponentSet
ExtensionComponentSet.union
(ExtensionComponentSet... members) Method parameters in jenkins with type arguments of type ExtensionComponentSetModifier and TypeMethodDescriptionstatic ExtensionComponentSet
ExtensionComponentSet.union
(Collection<? extends ExtensionComponentSet> base) Computes the union of all the given delta.