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

Packages that use BuildDefinitionManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch.cache   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plugins.maven.dependencies   
com.atlassian.bamboo.plugins.stash.events   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.task   
com.atlassian.bamboo.ww2   
 

Uses of BuildDefinitionManager in com.atlassian.bamboo.build
 

Classes in com.atlassian.bamboo.build that implement BuildDefinitionManager
 class DefaultBuildDefinitionManager
           
 class DefaultBuildDefinitionManagerTx
          Transactional class that does the real work for DefaultBuildDefinitionManager
 

Constructors in com.atlassian.bamboo.build with parameters of type BuildDefinitionManager
DefaultBuildDefinitionManager(BuildDefinitionManager target, PlanScheduler planScheduler)
           
 

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

Constructors in com.atlassian.bamboo.build.strategy with parameters of type BuildDefinitionManager
BuildStrategyConfigurationServiceImpl(BuildDefinitionManager buildDefinitionManager, BuildStrategyManager buildStrategyManager, com.opensymphony.xwork2.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService, ScopedExclusionService scopedExclusionService)
           
 

Uses of BuildDefinitionManager in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan with parameters of type BuildDefinitionManager
 void AbstractPlan.setBuildDefinitionManager(BuildDefinitionManager buildDefinitionManager)
           
 

Uses of BuildDefinitionManager in com.atlassian.bamboo.plan.branch.cache
 

Constructors in com.atlassian.bamboo.plan.branch.cache with parameters of type BuildDefinitionManager
ImmutableChainBranchImpl(ChainBranch chainBranch, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinitionManager buildDefinitionManager)
          Deprecated. 
 

Uses of BuildDefinitionManager in com.atlassian.bamboo.plan.cache
 

Constructors in com.atlassian.bamboo.plan.cache with parameters of type BuildDefinitionManager
AbstractImmutableChain(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinitionManager buildDefinitionManager)
          Deprecated. 
AbstractImmutablePlan(ImmutablePlan plan, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, BuildDefinitionManager buildDefinitionManager, ResultsSummaryManager resultsSummaryManager)
          Deprecated. 
ImmutableChainImpl(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinitionManager buildDefinitionManager)
          Deprecated. 
ImmutablePlanManagerImpl(PlanManager planManager, ResultsSummaryManager resultsSummaryManager, BuildDefinitionManager buildDefinitionManager, BuildLoggerManager buildLoggerManager, LabelManager labelManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskManager taskManager, TriggerManager triggerManager, VariableDefinitionManager variableDefinitionManager)
           
 

Uses of BuildDefinitionManager in com.atlassian.bamboo.plugins.maven.dependencies
 

Methods in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type BuildDefinitionManager
 void AutomaticDependencyManagementDeletionInterceptorAction.setBuildDefinitionManager(BuildDefinitionManager buildDefinitionManager)
           
 

Uses of BuildDefinitionManager in com.atlassian.bamboo.plugins.stash.events
 

Constructors in com.atlassian.bamboo.plugins.stash.events with parameters of type BuildDefinitionManager
PullRequestOpenedEventListener(BranchDetectionService branchDetectionService, CachedPlanManager cachedPlanManager, PlanManager planManager, BuildDefinitionManager buildDefinitionManager, CustomVariableContext customVariableContext)
           
 

Uses of BuildDefinitionManager in com.atlassian.bamboo.repository
 

Constructors in com.atlassian.bamboo.repository with parameters of type BuildDefinitionManager
RepositoryConfigurationServiceImpl(PlanManager planManager, RepositoryManager repositoryManager, WebRepositoryViewerManager webRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, AuditLogService auditLogService, TaskConfigurationService taskConfigurationService, BuildDefinitionManager buildDefinitionManager, ChainBranchManager chainBranchManager, BranchDetectionService branchDetectionService, ScopedExclusionService scopedExclusionService, com.atlassian.event.api.EventPublisher eventPublisher, HibernateMutableAclService aclService, BuildStrategyConfigurationService buildStrategyConfigurationService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of BuildDefinitionManager in com.atlassian.bamboo.task
 

Constructors in com.atlassian.bamboo.task with parameters of type BuildDefinitionManager
TaskConfigurationServiceImpl(BuildDefinitionManager buildDefinitionManager, TaskManager taskManager, BuildDefinitionConverter buildDefinitionConverter, com.opensymphony.xwork2.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService, ScopedExclusionService scopedExclusionService)
           
 

Uses of BuildDefinitionManager in com.atlassian.bamboo.ww2
 

Fields in com.atlassian.bamboo.ww2 declared as BuildDefinitionManager
protected  BuildDefinitionManager BambooActionSupport.buildDefinitionManager
           
 

Methods in com.atlassian.bamboo.ww2 with parameters of type BuildDefinitionManager
 void BambooActionSupport.setBuildDefinitionManager(BuildDefinitionManager buildDefinitionManager)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.