Class DynamicRescanNotifier.DynamicScanDescriptor

  • All Implemented Interfaces:
    Saveable, OnMaster
    Enclosing class:
    DynamicRescanNotifier

    @Extension
    public static final class DynamicRescanNotifier.DynamicScanDescriptor
    extends BuildStepDescriptor<Publisher>
    Contains the code that is executed after a user submits the "Configure System" form and provides getter methods for the form fields defined in global.jelly.

    This class extends the BuildStepDescriptor class. Converting this class to a top-level class should be done with the understanding that doing so might prevent the plugin from working properly if not at all.

    • Constructor Detail

      • DynamicScanDescriptor

        public DynamicScanDescriptor()
        This constructor makes it possible for global configuration data to be re-loaded after Jenkins is restarted.