Uses of Class
hudson.PluginWrapper.Dependency
-
Packages that use PluginWrapper.Dependency Package Description hudson jenkins jenkins.plugins -
-
Uses of PluginWrapper.Dependency in hudson
Methods in hudson that return types with arguments of type PluginWrapper.Dependency Modifier and Type Method Description List<PluginWrapper.Dependency>
PluginWrapper. getDependencies()
Gets all dependencies of this plugin on other plugins.static List<PluginWrapper.Dependency>
ClassicPluginStrategy. getImpliedDependencies(String pluginName, String jenkinsVersion)
Deprecated.since 2.163List<PluginWrapper.Dependency>
PluginWrapper. getMandatoryDependencies()
LikePluginWrapper.getDependencies()
but omits optional dependencies.List<PluginWrapper.Dependency>
PluginWrapper. getOptionalDependencies()
Constructor parameters in hudson with type arguments of type PluginWrapper.Dependency Constructor Description PluginWrapper(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.Dependency Modifier and Type Method Description List<PluginWrapper.Dependency>
MissingDependencyException. getMissingDependencies()
Constructor parameters in jenkins with type arguments of type PluginWrapper.Dependency Constructor Description MissingDependencyException(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.Dependency Modifier and Type Method Description static List<PluginWrapper.Dependency>
DetachedPluginsUtil. getImpliedDependencies(String pluginName, String jenkinsVersion)
Returns all the plugin dependencies that are implicit based on a particular Jenkins version
-