Uses of Interface
com.atlassian.bamboo.v2.build.trigger.DependencyBlockingManager
-
Packages that use DependencyBlockingManager Package Description com.atlassian.bamboo.v2.build.trigger com.atlassian.bamboo.v2.trigger -
-
Uses of DependencyBlockingManager in com.atlassian.bamboo.v2.build.trigger
Classes in com.atlassian.bamboo.v2.build.trigger that implement DependencyBlockingManager Modifier and Type Class Description class
DefaultDependencyBlockingManager
-
Uses of DependencyBlockingManager in com.atlassian.bamboo.v2.trigger
Methods in com.atlassian.bamboo.v2.trigger with parameters of type DependencyBlockingManager Modifier and Type Method Description void
ChangeDetectionListenerAction. setDependencyBlockingManager(DependencyBlockingManager dependencyBlockingManager)
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type DependencyBlockingManager Constructor Description DependencyChainListener(BuildDetectionActionFactory buildDetectionActionFactory, DependencyBlockingManager dependencyBlockingManager, ImmutablePlanCacheService immutablePlanCacheService, PlanDependencyManager planDependencyManager, NonBlockingPlanExecutionService nonBlockingPlanExecutionService, BuildResultsSummaryManagerImpl resultsSummaryManager)
-