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

Packages that use PlanDependencyManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plugins.maven2.events   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.v2.build.dependencies   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.ww2.actions.build.admin   
com.atlassian.bamboo.ww2.actions.chains.admin   
com.atlassian.bamboo.ww2.actions.plans.admin   
 

Uses of PlanDependencyManager in com.atlassian.bamboo.build
 

Classes in com.atlassian.bamboo.build that implement PlanDependencyManager
 class PlanDependencyManagerImpl
           
 

Uses of PlanDependencyManager in com.atlassian.bamboo.deletion
 

Constructors in com.atlassian.bamboo.deletion with parameters of type PlanDependencyManager
DeletionServiceImpl(ErrorHandler errorHandler, BuildResultsIndexer buildResultsIndexer, PlanScheduler planScheduler, PlanDependencyManager planDependencyManager, PlanParticleManager planParticleManager, com.atlassian.event.EventManager eventManager, ResultsSummaryManager resultsSummaryManager, BuildSuspensionCheckBean buildSuspensionCheckBean, AdminErrorHandler adminErrorHandler, org.acegisecurity.acls.MutableAclService aclService, TestsManager testsManager, ProjectManager projectManager, PlanManager planManager, ChainStageDao chainStageDao, com.atlassian.bandana.BandanaPersister bandanaPersister, com.atlassian.plugin.PluginAccessor pluginAccessor, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, AuditLogService auditLogService)
           
 

Uses of PlanDependencyManager in com.atlassian.bamboo.migration.stream
 

Fields in com.atlassian.bamboo.migration.stream declared as PlanDependencyManager
protected  PlanDependencyManager AbstractProjectDependencyMapper.planDependencyManager
           
 

Constructors in com.atlassian.bamboo.migration.stream with parameters of type PlanDependencyManager
AbstractProjectDependencyMapper(net.sf.hibernate.SessionFactory sessionFactory, PlanManager planManager, PlanDependencyManager planDependencyManager)
           
LegacyProjectDependencyMapper(net.sf.hibernate.SessionFactory sessionFactory, PlanManager planManager, PlanDependencyManager planDependencyManager)
           
ProjectDependencyMapper(net.sf.hibernate.SessionFactory sessionFactory, PlanManager planManager, PlanDependencyManager planDependencyManager)
           
 

Uses of PlanDependencyManager in com.atlassian.bamboo.plan
 

Constructors in com.atlassian.bamboo.plan with parameters of type PlanDependencyManager
PlanParticleManagerImpl(PlanManager planManager, PlanDependencyManager planDependencyManager)
           
 

Uses of PlanDependencyManager in com.atlassian.bamboo.plugins.maven2.events
 

Methods in com.atlassian.bamboo.plugins.maven2.events with parameters of type PlanDependencyManager
 void UpdateChainDependenciesEventListener.setPlanDependencyManager(PlanDependencyManager planDependencyManager)
           
 void AutomaticDependencyManagementBuildConfigurationUpdatedListener.setPlanDependencyManager(PlanDependencyManager planDependencyManager)
           
 

Uses of PlanDependencyManager in com.atlassian.bamboo.upgrade.tasks
 

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type PlanDependencyManager
 void UpgradeTask1803ProperlyDisableMaven2PlanDependencies.setPlanDependencyManager(PlanDependencyManager planDependencyManager)
           
 

Uses of PlanDependencyManager in com.atlassian.bamboo.v2.build.dependencies
 

Constructors in com.atlassian.bamboo.v2.build.dependencies with parameters of type PlanDependencyManager
DependencyTreeBuilderImpl(PlanManager planManager, PlanDependencyManager planDependencyManager)
           
 

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

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

Uses of PlanDependencyManager in com.atlassian.bamboo.ww2.actions.build.admin
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type PlanDependencyManager
 void ViewBuildConfiguration.setPlanDependencyManager(PlanDependencyManager planDependencyManager)
           
 

Uses of PlanDependencyManager in com.atlassian.bamboo.ww2.actions.chains.admin
 

Methods in com.atlassian.bamboo.ww2.actions.chains.admin with parameters of type PlanDependencyManager
 void ViewChainConfiguration.setPlanDependencyManager(PlanDependencyManager planDependencyManager)
           
 

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
 void ConfigurePlanDependencies.setPlanDependencyManager(PlanDependencyManager planDependencyManager)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.