Class NullIdDescriptorMonitor

All Implemented Interfaces:
ExtensionPoint, ModelObject, SearchableModelObject, SearchItem, org.kohsuke.stapler.StaplerProxy

@Extension @Symbol("nullId") public class NullIdDescriptorMonitor extends AdministrativeMonitor
Some old descriptors apparently has the getId() method that's used in different ways and that's causing errors like JENKINS-8866, so detect and report that.
Since:
1.402
Author:
Kohsuke Kawaguchi