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.plugins.maven.dependencies.events   
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.api.EventPublisher eventPublisher, ResultsSummaryManager resultsSummaryManager, BuildSuspensionCheckBean buildSuspensionCheckBean, AdminErrorHandler adminErrorHandler, org.acegisecurity.acls.MutableAclService aclService, ProjectManager projectManager, PlanManager planManager, ChainStageDao chainStageDao, com.atlassian.bandana.BandanaPersister bandanaPersister, com.atlassian.plugin.PluginAccessor pluginAccessor, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, AuditLogService auditLogService, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ChainBranchManager chainBranchManager, VcsBranchManager vcsBranchManager)
           
 

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.plugins.maven.dependencies.events
 

Constructors in com.atlassian.bamboo.plugins.maven.dependencies.events with parameters of type PlanDependencyManager
AutomaticDependencyManagementBuildConfigurationUpdatedListener(PlanDependencyManager planDependencyManager, PlanManager planManager, PlanParticleManager planParticleManager)
           
UpdateChainDependenciesEventListener(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
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
DependencyChainListener(BuildDetectionActionFactory buildDetectionActionFactory, DependencyBlockingManager dependencyBlockingManager, ImmutablePlanCacheService immutablePlanCacheService, PlanDependencyManager planDependencyManager, NonBlockingPlanExecutionService nonBlockingPlanExecutionService)
           
 

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 © 2012 Atlassian. All Rights Reserved.