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 void
AbstractProject.buildDependencyGraph
(DependencyGraph graph) Builds the dependency graph.protected void
Project.buildDependencyGraph
(DependencyGraph graph) -
Uses of DependencyGraph in hudson.tasks
Methods in hudson.tasks with parameters of type DependencyGraphModifier and TypeMethodDescriptionvoid
BuildTrigger.buildDependencyGraph
(AbstractProject owner, DependencyGraph graph) void
Fingerprinter.buildDependencyGraph
(AbstractProject owner, DependencyGraph graph) -
Uses of DependencyGraph in hudson.util
Methods in hudson.util with parameters of type DependencyGraphModifier and TypeMethodDescriptionvoid
DescribableList.buildDependencyGraph
(AbstractProject owner, DependencyGraph graph) Picks upDependencyDeclarer
s 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 TypeMethodDescriptionvoid
DependencyDeclarer.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 TypeMethodDescriptionvoid
ReverseBuildTrigger.buildDependencyGraph
(AbstractProject downstream, DependencyGraph graph)