Uses of Class
hudson.PluginWrapper.Dependency
-
Uses of PluginWrapper.Dependency in hudson
Modifier 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()
ModifierConstructorDescriptionPluginWrapper
(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
ModifierConstructorDescriptionMissingDependencyException
(String pluginShortName, List<PluginWrapper.Dependency> missingDependencies) -
Uses of PluginWrapper.Dependency in jenkins.plugins
Modifier 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