Uses of Interface
com.atlassian.bamboo.build.PlanDependency
Package
Description
-
Uses of PlanDependency in com.atlassian.bamboo.build
Modifier and TypeMethodDescription@NotNull Collection<PlanDependency>
PlanDependencyDao.findAllDependencies()
@NotNull Collection<PlanDependency>
PlanDependencyHibernateDao.findAllDependencies()
@NotNull Set<PlanDependency>
PlanDependencyManager.getAllDependencies()
Retrieves all dependency relationships in the system regardless of the plans involved@NotNull Set<PlanDependency>
PlanDependencyManagerImpl.getAllDependencies()
Retrieves all dependency relationships in the system regardless of the plan involvedPlanDependencyDao.getChildNonEditableDependencies
(PlanIdentifier plan) @Nullable Collection<PlanDependency>
PlanDependencyHibernateDao.getChildNonEditableDependencies
(@NotNull PlanIdentifier plan) @NotNull Collection<PlanDependency>
PlanDependencyDao.getChildPlanDependencies
(@NotNull PlanIdentifier plan) Retrievs all plan dependencies in which the given plan features as a parent@NotNull Collection<PlanDependency>
PlanDependencyHibernateDao.getChildPlanDependencies
(@NotNull PlanIdentifier plan) @NotNull Set<PlanDependency>
PlanDependencyManager.getChildPlanDependencies
(@NotNull PlanIdentifier plan) Retrieves all plan dependencies in which the given plan features as a parent@NotNull Set<PlanDependency>
PlanDependencyManagerImpl.getChildPlanDependencies
(@NotNull PlanIdentifier plan) PlanDependencyDao.getParentNonEditableDependencies
(PlanIdentifier plan) @Nullable Collection<PlanDependency>
PlanDependencyHibernateDao.getParentNonEditableDependencies
(@NotNull PlanIdentifier plan) @NotNull Collection<PlanDependency>
PlanDependencyDao.getParentPlanDependencies
(@NotNull PlanIdentifier plan) Retrievs all plan dependencies in which the given plan features as a child@NotNull Collection<PlanDependency>
PlanDependencyHibernateDao.getParentPlanDependencies
(@NotNull PlanIdentifier plan) @NotNull Set<PlanDependency>
PlanDependencyManager.getParentPlanDependencies
(@NotNull PlanIdentifier plan) Retrieves all plan dependencies in which the given plan features as a child@NotNull Set<PlanDependency>
PlanDependencyManagerImpl.getParentPlanDependencies
(@NotNull PlanIdentifier plan) Modifier and TypeMethodDescriptionboolean
PlanDependencyManager.savePlanDependency
(@Nullable PlanDependency dependency) Save the given dependency.boolean
PlanDependencyManagerImpl.savePlanDependency
(@Nullable PlanDependency dependency) -
Uses of PlanDependency in com.atlassian.bamboo.migration.stream.build
Modifier and TypeMethodDescriptionprotected @NotNull PlanDependency
ProjectDependencyMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier and TypeMethodDescriptionvoid
AbstractProjectDependencyMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<PlanDependency> planDependencies, @NotNull PlanDependency object, long objectIndex, @NotNull org.hibernate.Session session) protected void
ProjectDependencyMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull PlanDependency object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
ProjectDependencyMapper.importProperties
(@NotNull PlanDependency object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) protected void
AbstractProjectDependencyMapper.saveDependency
(PlanDependency planDependency) Modifier and TypeMethodDescriptionvoid
AbstractProjectDependencyMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<PlanDependency> planDependencies, @NotNull PlanDependency object, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of PlanDependency in com.atlassian.bamboo.utils
Modifier and TypeMethodDescriptionstatic @NotNull com.google.common.base.Predicate<PlanDependency>
BambooPredicates.dependencyChildIsChain()
static @NotNull com.google.common.base.Predicate<PlanDependency>
BambooPredicates.dependencyNotEditable()
static @NotNull com.google.common.base.Predicate<PlanDependency>
BambooPredicates.dependencyParentIsChain()
-
Uses of PlanDependency in com.atlassian.bamboo.ww2.actions.plans.admin
Modifier and TypeMethodDescriptionConfigurePlanDependencies.getChildPlans()
ConfigurePlanDependencies.getParentPlans()