Uses of Interface
com.atlassian.bamboo.build.PlanDependency
-
Packages that use PlanDependency Package Description com.atlassian.bamboo.build com.atlassian.bamboo.migration.stream.build com.atlassian.bamboo.utils com.atlassian.bamboo.ww2.actions.plans.admin -
-
Uses of PlanDependency in com.atlassian.bamboo.build
Classes in com.atlassian.bamboo.build that implement PlanDependency Modifier and Type Class Description class
PlanDependencyImpl
Methods in com.atlassian.bamboo.build that return types with arguments of type PlanDependency Modifier and Type Method Description @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 involvedCollection<PlanDependency>
PlanDependencyDao. 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)
Collection<PlanDependency>
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)
Methods in com.atlassian.bamboo.build with parameters of type PlanDependency Modifier and Type Method Description boolean
ParentChainPredicate. apply(PlanDependency planDependency)
Deprecated.boolean
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
Methods in com.atlassian.bamboo.migration.stream.build that return PlanDependency Modifier and Type Method Description protected @NotNull PlanDependency
ProjectDependencyMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream.build with parameters of type PlanDependency Modifier and Type Method Description void
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)
Method parameters in com.atlassian.bamboo.migration.stream.build with type arguments of type PlanDependency Modifier and Type Method Description void
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
Methods in com.atlassian.bamboo.utils that return types with arguments of type PlanDependency Modifier and Type Method Description static @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
Methods in com.atlassian.bamboo.ww2.actions.plans.admin that return types with arguments of type PlanDependency Modifier and Type Method Description Set<PlanDependency>
ConfigurePlanDependencies. getChildPlans()
Set<PlanDependency>
ConfigurePlanDependencies. getParentPlans()
-