| Package | Description |
|---|---|
| com.atlassian.bamboo.build |
| Modifier and Type | Method and Description |
|---|---|
Collection<PlanDependency> |
PlanDependencyDao.findAllDependencies() |
Set<PlanDependency> |
PlanDependencyManager.getAllDependencies()
Retrieves all dependency relationships in the system regardless of the plans involved
|
Collection<PlanDependency> |
PlanDependencyDao.getChildNonEditableDependencies(PlanIdentifier plan) |
Collection<PlanDependency> |
PlanDependencyDao.getChildPlanDependencies(PlanIdentifier plan)
Retrievs all plan dependencies in which the given plan features as a parent
|
Set<PlanDependency> |
PlanDependencyManager.getChildPlanDependencies(PlanIdentifier plan)
Retrieves all plan dependencies in which the given plan features as a parent
|
Collection<PlanDependency> |
PlanDependencyDao.getParentNonEditableDependencies(PlanIdentifier plan) |
Collection<PlanDependency> |
PlanDependencyDao.getParentPlanDependencies(PlanIdentifier plan)
Retrievs all plan dependencies in which the given plan features as a child
|
Set<PlanDependency> |
PlanDependencyManager.getParentPlanDependencies(PlanIdentifier plan)
Retrieves all plan dependencies in which the given plan features as a child
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ParentChainPredicate.apply(PlanDependency planDependency) |
boolean |
PlanDependencyManager.savePlanDependency(PlanDependency dependency)
Save the given dependency.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.