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 ExtensionComponentSetExtensionFinder.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.booleanExtensionList.refresh(ExtensionComponentSet delta) Used duringJenkins.refreshExtensions()to add new components into existingExtensionLists. -
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 ExtensionComponentSetExtensionComponentSet.EMPTYConstant that has zero component in it.Methods in jenkins that return ExtensionComponentSetModifier and TypeMethodDescriptionstatic ExtensionComponentSetExtensionComponentSet.allOf(ExtensionFinder f) WrapsExtensionFinderintoExtensionComponentSet.final ExtensionComponentSetExtensionComponentSet.filtered()ApplyExtensionFilters and returns a filtered set.static ExtensionComponentSetExtensionComponentSet.union(Collection<? extends ExtensionComponentSet> base) Computes the union of all the given delta.static ExtensionComponentSetExtensionComponentSet.union(ExtensionComponentSet... members) Methods in jenkins with parameters of type ExtensionComponentSetModifier and TypeMethodDescriptionstatic ExtensionComponentSetExtensionComponentSet.union(ExtensionComponentSet... members) Method parameters in jenkins with type arguments of type ExtensionComponentSetModifier and TypeMethodDescriptionstatic ExtensionComponentSetExtensionComponentSet.union(Collection<? extends ExtensionComponentSet> base) Computes the union of all the given delta.