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
-
Method Summary
-
Constructor Details
-
Cache
public Cache()
-
-
Method Details
-
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
-