Uses of Class
hudson.model.DependencyGraph
-
Packages that use DependencyGraph Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.tasks hudson.util Other miscellaneous utility codejenkins.model jenkins.triggers -
-
Uses of DependencyGraph in hudson.model
Fields in hudson.model declared as DependencyGraph Modifier and Type Field Description static DependencyGraph
DependencyGraph. EMPTY
Methods in hudson.model with parameters of type DependencyGraph Modifier and Type Method Description protected 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 DependencyGraph Modifier and Type Method Description void
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 DependencyGraph Modifier and Type Method Description void
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 DependencyGraph Modifier and Type Method Description DependencyGraph
Jenkins. getDependencyGraph()
Methods in jenkins.model that return types with arguments of type DependencyGraph Modifier and Type Method Description Future<DependencyGraph>
Jenkins. getFutureDependencyGraph()
Future<DependencyGraph>
Jenkins. rebuildDependencyGraphAsync()
Rebuilds the dependency map asynchronously.Methods in jenkins.model with parameters of type DependencyGraph Modifier and Type Method Description void
DependencyDeclarer. buildDependencyGraph(AbstractProject owner, DependencyGraph graph)
Invoked fromAbstractProject.buildDependencyGraph(DependencyGraph)
. -
Uses of DependencyGraph in jenkins.triggers
Methods in jenkins.triggers with parameters of type DependencyGraph Modifier and Type Method Description void
ReverseBuildTrigger. buildDependencyGraph(AbstractProject downstream, DependencyGraph graph)
-