Uses of Class
hudson.PluginWrapper
-
Packages that use PluginWrapper Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.security -
-
Uses of PluginWrapper in hudson
Fields in hudson declared as PluginWrapper Modifier and Type Field Description PluginWrapper
PluginManager.FailedPlugin. pluginWrapper
Fields in hudson with type parameters of type PluginWrapper Modifier and Type Field Description protected List<PluginWrapper>
PluginManager. activePlugins
All active plugins, topologically sorted so that when X depends on Y, Y appears in the list before X does.protected List<PluginWrapper>
PluginManager. plugins
All discovered plugins.Methods in hudson that return PluginWrapper Modifier and Type Method Description PluginWrapper
ClassicPluginStrategy. createPluginWrapper(File archive)
PluginWrapper
PluginStrategy. createPluginWrapper(File archive)
Creates a plugin wrapper, which provides a management interface for the pluginPluginWrapper
PluginManager. getPlugin(Class<? extends Plugin> pluginClazz)
Get the plugin instance that implements a specific class, use to find your plugin singleton.PluginWrapper
PluginManager. getPlugin(String shortName)
Get the plugin instance with the given short name.PluginWrapper
PluginWrapper.PluginWrapperAdministrativeMonitor. getPlugin(String shortName)
PluginWrapper
Plugin. getWrapper()
Gets the pairedPluginWrapper
.PluginWrapper
PluginManager. whichPlugin(Class c)
Return thePluginWrapper
that loaded the given class 'c'.Methods in hudson that return types with arguments of type PluginWrapper Modifier and Type Method Description Map<PluginWrapper,String>
PluginManager.PluginDeprecationMonitor. getDeprecatedPlugins()
List<PluginWrapper>
PluginManager. getPlugins()
All discovered plugins.List<PluginWrapper>
PluginManager. getPlugins(Class<? extends Plugin> pluginSuperclass)
Get the plugin instances that extend a specific class, use to find similar plugins.Collection<PluginWrapper>
PluginWrapper.PluginWrapperAdministrativeMonitor. getPlugins()
List<PluginWrapper>
PluginManager.PluginCycleDependenciesMonitor. getPluginsWithCycle()
Methods in hudson with parameters of type PluginWrapper Modifier and Type Method Description int
PluginWrapper. compareTo(PluginWrapper pw)
Sort by short name.boolean
PluginManager. hasAdoptThisPluginLabel(PluginWrapper plugin)
void
ClassicPluginStrategy. initializeComponents(PluginWrapper plugin)
void
PluginStrategy. initializeComponents(PluginWrapper plugin)
Optionally start services provided by the plugin.void
ClassicPluginStrategy. load(PluginWrapper wrapper)
void
PluginStrategy. load(PluginWrapper wrapper)
Loads the plugin and starts it.void
ClassicPluginStrategy. startPlugin(PluginWrapper plugin)
void
ClassicPluginStrategy. updateDependency(PluginWrapper depender, PluginWrapper dependee)
default void
PluginStrategy. updateDependency(PluginWrapper depender, PluginWrapper dependee)
Called when a plugin is installed, but there was already a plugin installed which optionally depended on that plugin.Method parameters in hudson with type arguments of type PluginWrapper Modifier and Type Method Description void
PluginManager. dynamicLoad(File arc, boolean removeExisting, List<PluginWrapper> batch)
Try the dynamicLoad, removeExisting to attempt to dynamic load disabled pluginsvoid
PluginManager. start(List<PluginWrapper> plugins)
Constructors in hudson with parameters of type PluginWrapper Constructor Description FailedPlugin(PluginWrapper pluginWrapper, Exception cause)
Constructor for FailedPlugin when we know which PluginWrapper failedConstructor parameters in hudson with type arguments of type PluginWrapper Constructor Description UberClassLoader(List<PluginWrapper> activePlugins)
-
Uses of PluginWrapper in hudson.model
Methods in hudson.model that return PluginWrapper Modifier and Type Method Description PluginWrapper
UpdateSite.Plugin. getInstalled()
If some version of this plugin is currently installed, returnPluginWrapper
.protected PluginWrapper
Descriptor. getPlugin()
Returns the plugin in which this descriptor is defined.Method parameters in hudson.model with type arguments of type PluginWrapper Modifier and Type Method Description Future<UpdateCenter.UpdateCenterJob>
UpdateSite.Plugin. deploy(boolean dynamicLoad, UUID correlationId, List<PluginWrapper> batch, boolean hasEnabledDependents)
Schedules the installation of this plugin.Constructor parameters in hudson.model with type arguments of type PluginWrapper Constructor Description CompleteBatchJob(List<PluginWrapper> batch, long start, UUID correlationId)
-
Uses of PluginWrapper in jenkins.security
Methods in jenkins.security that return PluginWrapper Modifier and Type Method Description PluginWrapper
UpdateSiteWarningsConfiguration. getPlugin(UpdateSite.Warning warning)
Methods in jenkins.security that return types with arguments of type PluginWrapper Modifier and Type Method Description Map<PluginWrapper,List<UpdateSite.Warning>>
UpdateSiteWarningsMonitor. getActivePluginWarningsByPlugin()
-