Class StepDescriptorCache

  • All Implemented Interfaces:
    ExtensionPoint

    @Extension
    @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public class StepDescriptorCache
    extends Object
    implements ExtensionPoint
    Shared cacheSingleton for the StepDescriptors, extension-scoped to avoid test issues
    • Constructor Detail

      • StepDescriptorCache

        public StepDescriptorCache()
    • Method Detail

      • invalidateAll

        public void invalidateAll()
      • getDescriptor

        @CheckForNull
        public org.jenkinsci.plugins.workflow.steps.StepDescriptor getDescriptor​(String descriptorId)