Uses of Interface
com.atlassian.bamboo.build.strategy.BuildStrategyManager

Packages that use BuildStrategyManager
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.fieldvalue   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.upgrade.tasks.v5_2   
com.atlassian.bamboo.upgrade.tasks.v5_8   
com.atlassian.bamboo.ww2.actions.branch   
com.atlassian.bamboo.ww2.actions.build.admin.create   
 

Uses of BuildStrategyManager in com.atlassian.bamboo.build.creation
 

Constructors in com.atlassian.bamboo.build.creation with parameters of type BuildStrategyManager
BuildTriggerConditionConfigHelper(BuildStrategyManager buildStrategyManager)
           
 

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

Classes in com.atlassian.bamboo.build.strategy that implement BuildStrategyManager
 class DefaultBuildStrategyManager
          Deprecated. since 5.8
 

Methods in com.atlassian.bamboo.build.strategy that return BuildStrategyManager
protected  BuildStrategyManager AbstractBuildStrategy.getBuildStrategyManager()
          Deprecated.  
 

Constructors in com.atlassian.bamboo.build.strategy with parameters of type BuildStrategyManager
BuildStrategyConfigurationServiceImpl(TriggerTypeManager triggerTypeManager, TriggerConfigurationService triggerConfigurationService, BuildStrategyManager buildStrategyManager, PlanManager planManager)
           
 

Uses of BuildStrategyManager in com.atlassian.bamboo.deployments.environments.service
 

Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type BuildStrategyManager
EnvironmentTriggerServiceImpl(BuildStrategyManager buildStrategyManager, DeploymentProjectService deploymentProjectService, EnvironmentDao environmentDao, PlanScheduler planScheduler, ScopedExclusionService scopedExclusionService, com.opensymphony.xwork2.TextProvider textProvider, TriggerTypeManager triggerTypeManager)
           
 

Uses of BuildStrategyManager in com.atlassian.bamboo.fieldvalue
 

Methods in com.atlassian.bamboo.fieldvalue with parameters of type BuildStrategyManager
static List<BuildStrategy> BuildDefinitionConverter.createBuildStrategiesListFromOldConfigurationFormat(BuildStrategyManager buildStrategyManager, org.apache.commons.configuration.HierarchicalConfiguration fromConfig)
          Deprecated. since 4.3
static BuildStrategy BuildStrategyConfigurationUtils.createNewBuildStrategy(BuildStrategyManager buildStrategyManager, org.apache.commons.configuration.HierarchicalConfiguration configuration, String userDescription, long buildStrategyId, Set<Long> triggeringRepositories)
          Deprecated. Creates a new Build Strategy object from configuration.
static List<BuildStrategy> BuildStrategyConfigurationUtils.getBuildStrategiesFromConfig(BuildStrategyManager buildStrategyManager, org.apache.commons.configuration.HierarchicalConfiguration fromConfig)
          Deprecated. Retrieves tasks from build configuration
static List<BuildStrategy> BuildStrategyConfigurationUtils.getBuildStrategiesFromConfigNotNull(BuildStrategyManager buildStrategyManager, org.apache.commons.configuration.HierarchicalConfiguration fromConfig)
          Deprecated.  
 

Constructors in com.atlassian.bamboo.fieldvalue with parameters of type BuildStrategyManager
BuildDefinitionConverter(BuildStrategyManager buildStrategyManager, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

Uses of BuildStrategyManager in com.atlassian.bamboo.spring
 

Fields in com.atlassian.bamboo.spring with type parameters of type BuildStrategyManager
static com.google.common.base.Supplier<BuildStrategyManager> ComponentAccessor.BUILD_STRATEGY_MANAGER
           
 

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

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type BuildStrategyManager
 void UpgradeTask3305ConvertBuildStrategyConfiguration.setBuildStrategyManager(BuildStrategyManager buildStrategyManager)
           
 

Uses of BuildStrategyManager in com.atlassian.bamboo.upgrade.tasks.v5_2
 

Methods in com.atlassian.bamboo.upgrade.tasks.v5_2 with parameters of type BuildStrategyManager
 void UpgradeTask4002AddBranchInformationToDeploymentTriggers.setBuildStrategyManager(BuildStrategyManager buildStrategyManager)
           
 

Uses of BuildStrategyManager in com.atlassian.bamboo.upgrade.tasks.v5_8
 

Methods in com.atlassian.bamboo.upgrade.tasks.v5_8 with parameters of type BuildStrategyManager
 void UpgradeTask5853ConvertEnvironmentTriggers.setBuildStrategyManager(BuildStrategyManager buildStrategyManager)
           
 void UpgradeTask5852ConvertBuildStrategiesToTriggers.setBuildStrategyManager(BuildStrategyManager buildStrategyManager)
           
 

Uses of BuildStrategyManager in com.atlassian.bamboo.ww2.actions.branch
 

Methods in com.atlassian.bamboo.ww2.actions.branch with parameters of type BuildStrategyManager
 void EditChainBranchDetails.setBuildStrategyManager(BuildStrategyManager buildStrategyManager)
           
 

Uses of BuildStrategyManager in com.atlassian.bamboo.ww2.actions.build.admin.create
 

Constructors in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type BuildStrategyManager
UIConfigBeanImpl(WebRepositoryViewerManager webRepositoryViewerManager, BuildStrategyManager buildStrategyManager, RepositoryManager repositoryManager, ProjectManager projectManager, BambooLicenseManager bambooLicenseManager, PlanManager planManager, JdkManager jdkManager, TaskManager taskManager, com.opensymphony.xwork2.TextProvider textProvider, RepositoryDefinitionManager repositoryDefinitionManager)
           
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.