Uses of Interface
com.atlassian.bamboo.build.BuildDetectionActionFactory

Packages that use BuildDetectionActionFactory
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.v2.trigger   
 

Uses of BuildDetectionActionFactory in com.atlassian.bamboo.build
 

Classes in com.atlassian.bamboo.build that implement BuildDetectionActionFactory
 class BuildDetectionActionFactoryImpl
           
 

Uses of BuildDetectionActionFactory in com.atlassian.bamboo.build.strategy
 

Methods in com.atlassian.bamboo.build.strategy with parameters of type BuildDetectionActionFactory
 void QuartzStrategyJob.setBuildDetectionActionFactory(BuildDetectionActionFactory buildDetectionActionFactory)
           
 

Uses of BuildDetectionActionFactory in com.atlassian.bamboo.plan
 

Constructors in com.atlassian.bamboo.plan with parameters of type BuildDetectionActionFactory
PlanExecutionManagerImpl(BuildExecutionManager buildExecutionManager, ChainExecutionManager chainExecutionManager, BuildDetectionActionFactory buildDetectionActionFactory, PlanExecutionPermitter planExecutionPermitter, ExecutionStatusProvider executionStatusProvider, PlanManager planManager, StopBuildManager stopBuildManager)
           
 

Uses of BuildDetectionActionFactory in com.atlassian.bamboo.v2.trigger
 

Methods in com.atlassian.bamboo.v2.trigger with parameters of type BuildDetectionActionFactory
 void InitialBuildListener.setBuildDetectionActionFactory(BuildDetectionActionFactory buildDetectionActionFactory)
           
 

Constructors in com.atlassian.bamboo.v2.trigger with parameters of type BuildDetectionActionFactory
DependencyBuildListener(PlanManager planManager, PlanExecutionManager planExecutionManager, PlanDependencyManager planDependencyManager, DependencyBlockingManager dependencyBlockingManager, BuildDetectionActionFactory buildDetectionActionFactory)
           
DependencyChainListener(PlanExecutionManager planExecutionManager, PlanDependencyManager planDependencyManager, PlanManager planManager, BuildDetectionActionFactory buildDetectionActionFactory, DependencyBlockingManager dependencyBlockingManager)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.