Interface DependencyTreeBuilder
-
- All Known Implementing Classes:
DependencyTreeBuilderImpl
public interface DependencyTreeBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ImmutablePlan>
getDirectParents(ImmutablePlan plan)
Visits all the parentPlan
for the give build and returns its direct linage in topological order
-
-
-
Method Detail
-
getDirectParents
List<ImmutablePlan> getDirectParents(ImmutablePlan plan) throws ConfigurationException
Visits all the parentPlan
for the give build and returns its direct linage in topological order- Parameters:
plan
-- Returns:
- buildParents
- Throws:
ConfigurationException
-
-