@Deprecated 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)
Deprecated.
|
Iterable<Edge> |
getUpstreamEdgesIncidentWith(hudson.model.Job<?,?> project)
Deprecated.
|
Copyright © 2016–2020. All rights reserved.