Uses of Class
jenkins.ExtensionComponentSet
Package
Description
Code for supporting declarative CLI commands, which are annotated methods on model objects.
-
Uses of ExtensionComponentSet in hudson
Modifier 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
.Modifier 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
-
Uses of ExtensionComponentSet in jenkins
Modifier and TypeFieldDescriptionstatic final ExtensionComponentSet
ExtensionComponentSet.EMPTY
Constant that has zero component in it.Modifier 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) Modifier and TypeMethodDescriptionstatic ExtensionComponentSet
ExtensionComponentSet.union
(ExtensionComponentSet... members) Modifier and TypeMethodDescriptionstatic ExtensionComponentSet
ExtensionComponentSet.union
(Collection<? extends ExtensionComponentSet> base) Computes the union of all the given delta.