public interface DependencyTreeBuilder
| Modifier and Type | Method and Description |
|---|---|
org.codehaus.plexus.util.dag.DAG |
getDirectDependencyGraph(ImmutablePlan plan)
Calculates the direct dependency graph for a particular build
|
List<ImmutablePlan> |
getDirectParents(ImmutablePlan plan)
Visits all the parent
Plan for the give build and returns its direct linage in topological order |
List<ImmutablePlan> getDirectParents(ImmutablePlan plan) throws ConfigurationException
Plan for the give build and returns its direct linage in topological orderplan - ConfigurationExceptionorg.codehaus.plexus.util.dag.DAG getDirectDependencyGraph(ImmutablePlan plan) throws ConfigurationException
plan - ConfigurationExceptionCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.