Uses of Class
org.jenkinsci.infra.tools.HyperLocalPluginManager
Packages that use HyperLocalPluginManager
-
Uses of HyperLocalPluginManager in hudson
Methods in hudson with parameters of type HyperLocalPluginManagerModifier and TypeMethodDescriptionhudson.ExtensionList<?>MockExtensionLists.getMockExtensionList(HyperLocalPluginManager hlpm, jenkins.model.Jenkins hudson, Class<?> type) jenkins.model.JenkinsMockJenkins.getMockJenkins(HyperLocalPluginManager pm) There are a few methods that need to be mocked in order for setup to work properly: * getPluginManager -> must return HyperLocalPluginManager * getInitLevel -> COMPLETED; Jenkins is "setup" as soon as the pm is populated * getExtensionList -> use the MockExtensionLists * getPlugin -> get the Plugin information from HyperLocalPluginManager -
Uses of HyperLocalPluginManager in org.jenkinsci.infra.tools
Constructors in org.jenkinsci.infra.tools with parameters of type HyperLocalPluginManager