public abstract class RelationshipResolver extends Object implements hudson.ExtensionPoint
Constructor and Description |
---|
RelationshipResolver() |
Modifier and Type | Method and Description |
---|---|
static List<RelationshipResolver> |
all()
Returns all loaded implementations of this extension point.
|
abstract List<hudson.model.AbstractProject> |
getDownstreamProjects(hudson.model.AbstractProject<?,?> project)
Returns the downstream projects for the given project.
|
public abstract List<hudson.model.AbstractProject> getDownstreamProjects(hudson.model.AbstractProject<?,?> project)
project
- the project which to resolve downstream dependencies forpublic static List<RelationshipResolver> all()
Copyright © 2016–2020 Diabol AB. All rights reserved.