Package | Description |
---|---|
com.atlassian.bamboo.build | |
com.atlassian.bamboo.migration.stream.build | |
com.atlassian.bamboo.utils | |
com.atlassian.bamboo.ww2.actions.plans.admin |
Modifier and Type | Class and Description |
---|---|
class |
PlanDependencyImpl |
Modifier and Type | Method and Description |
---|---|
Collection<PlanDependency> |
PlanDependencyHibernateDao.findAllDependencies() |
Collection<PlanDependency> |
PlanDependencyDao.findAllDependencies() |
Set<PlanDependency> |
PlanDependencyManagerImpl.getAllDependencies()
Retrieves all dependency relationships in the system regardless of the plan involved
|
Set<PlanDependency> |
PlanDependencyManager.getAllDependencies()
Retrieves all dependency relationships in the system regardless of the plans involved
|
Collection<PlanDependency> |
PlanDependencyHibernateDao.getChildNonEditableDependencies(PlanIdentifier plan) |
Collection<PlanDependency> |
PlanDependencyDao.getChildNonEditableDependencies(PlanIdentifier plan) |
Set<PlanDependency> |
PlanDependencyManagerImpl.getChildPlanDependencies(PlanIdentifier plan) |
Collection<PlanDependency> |
PlanDependencyHibernateDao.getChildPlanDependencies(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> |
PlanDependencyHibernateDao.getParentNonEditableDependencies(PlanIdentifier plan) |
Collection<PlanDependency> |
PlanDependencyDao.getParentNonEditableDependencies(PlanIdentifier plan) |
Set<PlanDependency> |
PlanDependencyManagerImpl.getParentPlanDependencies(PlanIdentifier plan) |
Collection<PlanDependency> |
PlanDependencyHibernateDao.getParentPlanDependencies(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)
Deprecated.
|
boolean |
PlanDependencyManagerImpl.savePlanDependency(PlanDependency dependency) |
boolean |
PlanDependencyManager.savePlanDependency(PlanDependency dependency)
Save the given dependency.
|
Modifier and Type | Method and Description |
---|---|
protected PlanDependency |
ProjectDependencyMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProjectDependencyMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<PlanDependency> planDependencies,
PlanDependency object,
long objectIndex,
org.hibernate.Session session) |
protected void |
ProjectDependencyMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
PlanDependency object,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
ProjectDependencyMapper.importProperties(PlanDependency object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
protected void |
AbstractProjectDependencyMapper.saveDependency(PlanDependency planDependency) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProjectDependencyMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<PlanDependency> planDependencies,
PlanDependency object,
long objectIndex,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<PlanDependency> |
BambooPredicates.dependencyChildIsChain() |
static com.google.common.base.Predicate<PlanDependency> |
BambooPredicates.dependencyNotEditable() |
static com.google.common.base.Predicate<PlanDependency> |
BambooPredicates.dependencyParentIsChain() |
Modifier and Type | Method and Description |
---|---|
Set<PlanDependency> |
ConfigurePlanDependencies.getChildPlans() |
Set<PlanDependency> |
ConfigurePlanDependencies.getParentPlans() |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.