Package hudson

Class ExtensionFinder.GuiceFinder

    • Field Detail

      • FAULT_TOLERANT_SCOPE

        public static final com.google.inject.Scope FAULT_TOLERANT_SCOPE
        Scope that allows a failure to create a component, and change the value to null.

        This is necessary as a failure to load one plugin shouldn't fail the startup of the entire Jenkins. Instead, we should just drop the failing plugins.

    • Constructor Detail

      • GuiceFinder

        public GuiceFinder()