Package hudson

Class ExtensionListListener

    • Constructor Detail

      • ExtensionListListener

        public ExtensionListListener()
    • Method Detail

      • onChange

        public abstract void onChange()
        ExtensionList contents has changed.

        This would be called when an entry gets added to or removed from the list for any reason e.g. when a dynamically loaded plugin introduces a new ExtensionPoint implementation that adds an entry to the ExtensionList being listened to.