Uses of Class
hudson.ExtensionListListener
-
Packages that use ExtensionListListener Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of ExtensionListListener in hudson
Methods in hudson with parameters of type ExtensionListListener Modifier and Type Method Description void
ExtensionList. addListener(ExtensionListListener listener)
Add a listener to the extension list. -
Uses of ExtensionListListener in hudson.model
Subclasses of ExtensionListListener in hudson.model Modifier and Type Class Description static class
DownloadService.DownloadableListener
This installs itself as a listener to changes to the Downloadable extension list and will download the metadata for any newly added Downloadables.
-