Uses of Class
hudson.model.DependencyGraph.Dependency
-
Packages that use DependencyGraph.Dependency Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of DependencyGraph.Dependency in hudson.model
Methods in hudson.model that return types with arguments of type DependencyGraph.Dependency Modifier and Type Method Description List<DependencyGraph.Dependency>
DependencyGraph. getDownstreamDependencies(AbstractProject p)
List<DependencyGraph.Dependency>
DependencyGraph. getUpstreamDependencies(AbstractProject p)
Methods in hudson.model with parameters of type DependencyGraph.Dependency Modifier and Type Method Description void
DependencyGraph. addDependency(DependencyGraph.Dependency dep)
Called during the dependency graph build phase to add a dependency edge.
-