Uses of Class
hudson.model.DependencyGraph
Packages that use DependencyGraph
Package
Description
Core object model that are bound to URLs via stapler, rooted at 
Jenkins.Other miscellaneous utility code
- 
Uses of DependencyGraph in hudson.model
Fields in hudson.model declared as DependencyGraphMethods in hudson.model with parameters of type DependencyGraphModifier and TypeMethodDescriptionprotected voidAbstractProject.buildDependencyGraph(DependencyGraph graph) Builds the dependency graph.protected voidProject.buildDependencyGraph(DependencyGraph graph)  - 
Uses of DependencyGraph in hudson.tasks
Methods in hudson.tasks with parameters of type DependencyGraphModifier and TypeMethodDescriptionvoidBuildTrigger.buildDependencyGraph(AbstractProject owner, DependencyGraph graph) voidFingerprinter.buildDependencyGraph(AbstractProject owner, DependencyGraph graph)  - 
Uses of DependencyGraph in hudson.util
Methods in hudson.util with parameters of type DependencyGraphModifier and TypeMethodDescriptionvoidDescribableList.buildDependencyGraph(AbstractProject owner, DependencyGraph graph) Picks upDependencyDeclarers and allow it to build dependencies. - 
Uses of DependencyGraph in jenkins.model
Methods in jenkins.model that return DependencyGraphMethods in jenkins.model that return types with arguments of type DependencyGraphModifier and TypeMethodDescriptionJenkins.getFutureDependencyGraph()Jenkins.rebuildDependencyGraphAsync()Rebuilds the dependency map asynchronously.Methods in jenkins.model with parameters of type DependencyGraphModifier and TypeMethodDescriptionvoidDependencyDeclarer.buildDependencyGraph(AbstractProject owner, DependencyGraph graph) Invoked fromAbstractProject.buildDependencyGraph(DependencyGraph). - 
Uses of DependencyGraph in jenkins.triggers
Methods in jenkins.triggers with parameters of type DependencyGraphModifier and TypeMethodDescriptionvoidReverseBuildTrigger.buildDependencyGraph(AbstractProject downstream, DependencyGraph graph)