Uses of Interface
com.atlassian.bamboo.build.PlanDependencyManager
-
-
Uses of PlanDependencyManager in com.atlassian.bamboo.build
Classes in com.atlassian.bamboo.build that implement PlanDependencyManager Modifier and Type Class Description classPlanDependencyManagerImpl -
Uses of PlanDependencyManager in com.atlassian.bamboo.migration.stream.build
Fields in com.atlassian.bamboo.migration.stream.build declared as PlanDependencyManager Modifier and Type Field Description protected PlanDependencyManagerAbstractProjectDependencyMapper. planDependencyManagerConstructors in com.atlassian.bamboo.migration.stream.build with parameters of type PlanDependencyManager Constructor Description AbstractProjectDependencyMapper(org.hibernate.SessionFactory sessionFactory, PlanDao planDao, PlanDependencyManager planDependencyManager, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)ProjectDependencyMapper(org.hibernate.SessionFactory sessionFactory, PlanDao planDao, PlanDependencyManager planDependencyManager, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of PlanDependencyManager in com.atlassian.bamboo.plugins.maven.dependencies.events
Constructors in com.atlassian.bamboo.plugins.maven.dependencies.events with parameters of type PlanDependencyManager Constructor Description UpdateChainDependenciesEventListener(CachedPlanManager cachedPlanManager, ErrorHandler errorHandler, PlanDependencyManager planDependencyManager, PlanManager planManager, PlanParticleManager planParticleManager) -
Uses of PlanDependencyManager in com.atlassian.bamboo.v2.build.dependencies
Constructors in com.atlassian.bamboo.v2.build.dependencies with parameters of type PlanDependencyManager Constructor Description DependencyTreeBuilderImpl(ImmutablePlanCacheService immutablePlanCacheService, PlanDependencyManager planDependencyManager) -
Uses of PlanDependencyManager in com.atlassian.bamboo.v2.trigger
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type PlanDependencyManager Constructor Description DependencyChainListener(BuildDetectionActionFactory buildDetectionActionFactory, DependencyBlockingManager dependencyBlockingManager, ImmutablePlanCacheService immutablePlanCacheService, PlanDependencyManager planDependencyManager, NonBlockingPlanExecutionService nonBlockingPlanExecutionService, BuildResultsSummaryManagerImpl resultsSummaryManager) -
Uses of PlanDependencyManager in com.atlassian.bamboo.ww2.actions.plans.admin
Methods in com.atlassian.bamboo.ww2.actions.plans.admin with parameters of type PlanDependencyManager Modifier and Type Method Description voidConfigurePlanDependencies. setPlanDependencyManager(PlanDependencyManager planDependencyManager)
-