public class DependencyTreeBuilderImpl extends Object implements DependencyTreeBuilder
| Constructor and Description |
|---|
DependencyTreeBuilderImpl(ImmutablePlanCacheService immutablePlanCacheService,
PlanDependencyManager planDependencyManager) |
| 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 |
public DependencyTreeBuilderImpl(ImmutablePlanCacheService immutablePlanCacheService, PlanDependencyManager planDependencyManager)
public List<ImmutablePlan> getDirectParents(@NotNull ImmutablePlan plan) throws ConfigurationException
DependencyTreeBuilderPlan for the give build and returns its direct linage in topological ordergetDirectParents in interface DependencyTreeBuilderConfigurationExceptionCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.