Uses of Class
jenkins.ExtensionRefreshException
-
Packages that use ExtensionRefreshException Package Description hudson hudson.cli.declarative Code for supporting declarative CLI commands, which are annotated methods on model objects.jenkins.model -
-
Uses of ExtensionRefreshException in hudson
Methods in hudson that throw ExtensionRefreshException Modifier and Type Method Description ExtensionComponentSet
ExtensionFinder.GuiceFinder. refresh()
The basic idea is: List up delta as a series of modulesabstract ExtensionComponentSet
ExtensionFinder. refresh()
Rebuilds the internal index, if any, so that futureExtensionFinder.find(Class, Hudson)
calls will discover components newly added toPluginManager.uberClassLoader
. -
Uses of ExtensionRefreshException in hudson.cli.declarative
Methods in hudson.cli.declarative that throw ExtensionRefreshException Modifier and Type Method Description ExtensionComponentSet
CLIRegisterer. refresh()
-
Uses of ExtensionRefreshException in jenkins.model
Methods in jenkins.model that throw ExtensionRefreshException Modifier and Type Method Description void
Jenkins. refreshExtensions()
RefreshExtensionList
s by adding all the newly discovered extensions.
-