Uses of Class
hudson.model.DependencyGraph

Packages that use DependencyGraph
hudson.matrix Matrix project 
hudson.maven Maven support. 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
hudson.util Other miscellaneous utility code 
jenkins.model   
 

Uses of DependencyGraph in hudson.matrix
 

Methods in hudson.matrix with parameters of type DependencyGraph
protected  void MatrixConfiguration.buildDependencyGraph(DependencyGraph graph)
           
protected  void MatrixProject.buildDependencyGraph(DependencyGraph graph)
           
 

Uses of DependencyGraph in hudson.maven
 

Methods in hudson.maven with parameters of type DependencyGraph
protected  void MavenModule.buildDependencyGraph(DependencyGraph graph)
           
protected  void MavenModuleSet.buildDependencyGraph(DependencyGraph graph)
           
 

Uses of DependencyGraph in hudson.model
 

Fields in hudson.model declared as DependencyGraph
static DependencyGraph DependencyGraph.EMPTY
           
 

Methods in hudson.model with parameters of type DependencyGraph
protected  void Project.buildDependencyGraph(DependencyGraph graph)
           
protected abstract  void AbstractProject.buildDependencyGraph(DependencyGraph graph)
          Builds the dependency graph.
 

Uses of DependencyGraph in hudson.tasks
 

Methods in hudson.tasks with parameters of type DependencyGraph
 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
 void DescribableList.buildDependencyGraph(AbstractProject owner, DependencyGraph graph)
          Picks up DependencyDeclarers and allow it to build dependencies.
 

Uses of DependencyGraph in jenkins.model
 

Methods in jenkins.model that return DependencyGraph
 DependencyGraph Jenkins.getDependencyGraph()
           
 

Methods in jenkins.model with parameters of type DependencyGraph
 void DependencyDeclarer.buildDependencyGraph(AbstractProject owner, DependencyGraph graph)
          Invoked from AbstractProject.buildDependencyGraph(DependencyGraph).
 



Copyright © 2004-2013. All Rights Reserved.