public interface DependencyTreeBuilder
Modifier and Type | Method and Description |
---|---|
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
- ConfigurationException
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.