Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
Modifier and Type | Method and Description |
---|---|
List<DependencyGraph.Dependency> |
DependencyGraph.getDownstreamDependencies(AbstractProject p) |
List<DependencyGraph.Dependency> |
DependencyGraph.getUpstreamDependencies(AbstractProject p) |
Modifier and Type | Method and Description |
---|---|
void |
DependencyGraph.addDependency(DependencyGraph.Dependency dep)
Called during the dependency graph build phase to add a dependency edge.
|
Copyright © 2015. All rights reserved.