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, ArtifactManager artifactManager, AuditLogService auditLogService, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ChainBranchManager chainBranchManager, VcsBranchManager vcsBranchManager, StopBuildManager stopBuildManager, ImmutablePlanCacheService immutablePlanCacheService, ArtifactDao artifactDao)
           
 

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, PlanDao planDao, PlanDependencyManager planDependencyManager)
           
LegacyProjectDependencyMapper(net.sf.hibernate.SessionFactory sessionFactory, PlanDao planDao, PlanDependencyManager planDependencyManager)
           
ProjectDependencyMapper(net.sf.hibernate.SessionFactory sessionFactory, PlanDao planDao, 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
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
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
DependencyChainListener(BuildDetectionActionFactory buildDetectionActionFactory, DependencyBlockingManager dependencyBlockingManager, ImmutablePlanCacheService immutablePlanCacheService, PlanDependencyManager planDependencyManager, NonBlockingPlanExecutionService nonBlockingPlanExecutionService, BuildResultsSummaryManagerImpl resultsSummaryManager)
           
 

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 © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.