Uses of Class
hudson.PluginWrapper.Dependency
Packages that use PluginWrapper.Dependency
-
Uses of PluginWrapper.Dependency in hudson
Methods in hudson that return types with arguments of type PluginWrapper.DependencyModifier and TypeMethodDescriptionPluginWrapper.getDependencies()
Gets all dependencies of this plugin on other plugins.static List<PluginWrapper.Dependency>
ClassicPluginStrategy.getImpliedDependencies
(String pluginName, String jenkinsVersion) Deprecated.since 2.163PluginWrapper.getMandatoryDependencies()
LikePluginWrapper.getDependencies()
but omits optional dependencies.PluginWrapper.getOptionalDependencies()
Constructor parameters in hudson with type arguments of type PluginWrapper.DependencyModifierConstructorDescriptionPluginWrapper
(PluginManager parent, File archive, Manifest manifest, URL baseResourceURL, ClassLoader classLoader, File disableFile, List<PluginWrapper.Dependency> dependencies, List<PluginWrapper.Dependency> optionalDependencies) -
Uses of PluginWrapper.Dependency in jenkins
Methods in jenkins that return types with arguments of type PluginWrapper.DependencyConstructor parameters in jenkins with type arguments of type PluginWrapper.DependencyModifierConstructorDescriptionMissingDependencyException
(String pluginShortName, List<PluginWrapper.Dependency> missingDependencies) -
Uses of PluginWrapper.Dependency in jenkins.plugins
Methods in jenkins.plugins that return types with arguments of type PluginWrapper.DependencyModifier and TypeMethodDescriptionstatic List<PluginWrapper.Dependency>
DetachedPluginsUtil.getImpliedDependencies
(String pluginName, String jenkinsVersion) Returns all the plugin dependencies that are implicit based on a particular Jenkins version