Uses of Class
hudson.model.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
Modifier and TypeMethodDescriptionprotected void
AbstractProject.buildDependencyGraph
(DependencyGraph graph) Builds the dependency graph.protected void
Project.buildDependencyGraph
(DependencyGraph graph) -
Uses of DependencyGraph in hudson.tasks
Modifier and TypeMethodDescriptionvoid
BuildTrigger.buildDependencyGraph
(AbstractProject owner, DependencyGraph graph) void
Fingerprinter.buildDependencyGraph
(AbstractProject owner, DependencyGraph graph) -
Uses of DependencyGraph in hudson.util
Modifier and TypeMethodDescriptionvoid
DescribableList.buildDependencyGraph
(AbstractProject owner, DependencyGraph graph) Picks upDependencyDeclarer
s and allow it to build dependencies. -
Uses of DependencyGraph in jenkins.model
Modifier and TypeMethodDescriptionJenkins.getFutureDependencyGraph()
Jenkins.rebuildDependencyGraphAsync()
Rebuilds the dependency map asynchronously.Modifier and TypeMethodDescriptionvoid
DependencyDeclarer.buildDependencyGraph
(AbstractProject owner, DependencyGraph graph) Invoked fromAbstractProject.buildDependencyGraph(DependencyGraph)
. -
Uses of DependencyGraph in jenkins.triggers
Modifier and TypeMethodDescriptionvoid
ReverseBuildTrigger.buildDependencyGraph
(AbstractProject downstream, DependencyGraph graph)