Uses of Class
hudson.model.DependencyGraph.Dependency

Packages that use DependencyGraph.Dependency
hudson.maven Maven support. 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of DependencyGraph.Dependency in hudson.maven
 

Subclasses of DependencyGraph.Dependency in hudson.maven
protected static class AbstractMavenProject.MavenModuleDependency
           
 

Uses of DependencyGraph.Dependency in hudson.model
 

Methods in hudson.model that return types with arguments of type DependencyGraph.Dependency
 List<DependencyGraph.Dependency> DependencyGraph.getDownstreamDependencies(AbstractProject p)
           
 List<DependencyGraph.Dependency> DependencyGraph.getUpstreamDependencies(AbstractProject p)
           
 

Methods in hudson.model with parameters of type DependencyGraph.Dependency
 void DependencyGraph.addDependency(DependencyGraph.Dependency dep)
          Called during the dependency graph build phase to add a dependency edge.
 



Copyright © 2004-2013. All Rights Reserved.