public interface EdgeProvider
extends hudson.ExtensionPoint
Extension
but instead add a Module
with a Multibinder
which has the Extension
annotation. For example see DependencyGraphModule
and DependencyGraphEdgeProvider
Modifier and Type | Method and Description |
---|---|
Iterable<Edge> |
getDownstreamEdgesIncidentWith(hudson.model.Job<?,?> project) |
Iterable<Edge> |
getUpstreamEdgesIncidentWith(hudson.model.Job<?,?> project) |
Copyright © 2016–2020. All rights reserved.