Package jenkins.model
Class TransientActionFactory.Cache
- java.lang.Object
-
- hudson.ExtensionListListener
-
- jenkins.model.TransientActionFactory.Cache
-
- Enclosing class:
- TransientActionFactory<T>
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @Extension public static final class TransientActionFactory.Cache extends ExtensionListListener
-
-
Constructor Summary
Constructors Constructor Description Cache()
-
-
-
Method Detail
-
onChange
public void onChange()
Description copied from class:ExtensionListListener
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 theExtensionList
being listened to.- Specified by:
onChange
in classExtensionListListener
-
-