Package hudson

Class ExtensionListView


  • public class ExtensionListView
    extends Object
    Compatibility layer for legacy manual registration of extension points.

    Instances of this class can be created statically as a singleton, but it provides the view to ExtensionList of the current Jenkins. Write operations to this list will update the legacy instances on ExtensionList.

    Whereas we used to use some simple data structure to keep track of static singletons, we can now use this instances, so that ExtensionList sees all the auto-registered and manually registered instances.

    Similarly, the old list (such as UserNameResolver.LIST continues to show all auto and manually registered instances, thus providing necessary bi-directional interoperability.

    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • ExtensionListView

        public ExtensionListView()